Browse Source

Removes a stale comment about the RPC source address.

pull/2132/merge
James Phillips 8 years ago
parent
commit
49e4de24c4
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
  1. 1
      consul/config.go

1
consul/config.go

@ -96,7 +96,6 @@ type Config struct {
RPCAdvertise *net.TCPAddr
// RPCSrcAddr is the source address for outgoing RPC connections.
// It is RPCAdvertise with the port set to zero.
RPCSrcAddr *net.TCPAddr
// SerfLANConfig is the configuration for the intra-dc serf

Loading…
Cancel
Save