Build fix

This commit is contained in:
DanB
2018-06-06 12:47:13 +02:00
parent f08fb58e51
commit e20b9f628a

View File

@@ -1163,6 +1163,7 @@ func main() {
if len(cfg.HttpAgentCfg()) != 0 {
go startHTTPAgent(internalSMGChan, exitChan, server)
}
// Start PubSubS service
if cfg.PubSubServerEnabled {