Browse Source

Correcting the changed function name in comment

Signed-off-by: Mohammad Banikazemi <mbanikazemi@gmail.com>
pull/9727/head
Mohammad Banikazemi 4 years ago committed by Mohammad Banikazemi
parent
commit
bcadd341eb
  1. 2
      agent/router/serf_flooder.go

2
agent/router/serf_flooder.go

@ -9,7 +9,7 @@ import (
"github.com/hashicorp/serf/serf"
)
// FloodAddrPortFn gets the address and port to use for a given server when
// FloodAddrFn gets the address and port to use for a given server when
// flood-joining. This will return false if it doesn't have one.
type FloodAddrFn func(*metadata.Server) (string, error)

Loading…
Cancel
Save