consul: use correct shutdownCh for Router

pull/3037/head
Frank Schroeder 8 years ago
parent 2e14c09447
commit f15e90bc9a
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD

@ -277,7 +277,7 @@ func NewServer(config *Config) (*Server, error) {
rpcTLS: incomingTLS,
reassertLeaderCh: make(chan chan error),
tombstoneGC: gc,
shutdownCh: make(chan struct{}),
shutdownCh: shutdownCh,
}
// Set up the autopilot policy

Loading…
Cancel
Save