mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-15 00:04:46 +08:00
去掉servicetype
This commit is contained in:
@@ -61,7 +61,7 @@ func NewHttpServerService(port uint16) *HttpServerService {
|
||||
http := new(HttpServerService)
|
||||
|
||||
http.port = port
|
||||
http.Init(http, 0)
|
||||
http.Init(http)
|
||||
return http
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user