ing
This commit is contained in:
parent
f4a6b873f1
commit
1365d4e13b
|
@ -7,7 +7,7 @@ import (
|
|||
|
||||
func newServerHandler(pidPath string, socketHandler SocketHandler) ServerHandler {
|
||||
sh := &ServerHandlers{}
|
||||
sh.ServerHandler = oopcs.NewServerHandler(pidPath, "Discovery Containter", socketHandler)
|
||||
sh.ServerHandler = oopcs.NewServerHandler(pidPath, "Network Containter", socketHandler)
|
||||
|
||||
return sh
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user