consul: Do not fire ServerUp on WAN node join

This commit is contained in:
Armon Dadgar 2014-04-23 12:20:54 -07:00
parent b4ae24db02
commit 02fa6e9d96
1 changed files with 0 additions and 5 deletions

View File

@ -137,11 +137,6 @@ func (s *Server) remoteJoin(me serf.MemberEvent) {
s.remoteConsuls[parts.Datacenter] = append(existing, addr)
}
s.remoteLock.Unlock()
// Trigger the callback
if s.config.ServerUp != nil {
s.config.ServerUp()
}
}
}