Skip to content

Commit

Permalink
Merge pull request #234 from abstractmj/1.14.x-adapter-fix
Browse files Browse the repository at this point in the history
fix: fix bmsf-mesos-adapter master election problem; issue #231
  • Loading branch information
DeveloperJim authored Oct 16, 2019
2 parents fb959de + 1e066b7 commit 344f7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmsf-mesh/bmsf-mesos-adapter/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func handleEvent(config *Config, event <-chan rdiscover.RoleEvent) {
s.Stop()
}
} else if curEvent == rdiscover.SlaveToMaster {
s := &Server{
s = &Server{
config: config,
mgrStop: make(chan struct{}),
svcQueue: queue.NewQueue(),
Expand Down

0 comments on commit 344f7a7

Please sign in to comment.