ing
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user