Fix msgbusd cli

This commit is contained in:
James Mills 2017-08-06 23:01:24 -07:00
parent d4e65d0c45
commit b622ab6808
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -16,5 +16,5 @@ func init() {
}
func main() {
log.Fatal(msgbus.NewServer().ListenAndServe(bind))
log.Fatal(msgbus.NewServer(nil).ListenAndServe(bind))
}