mirror of
https://github.com/tailscale/tailscale.git
synced 2025-07-30 07:43:42 +00:00
update for start signature change
This commit is contained in:
parent
238fe26165
commit
ea684a5ed5
@ -122,7 +122,7 @@ func (ipp *fsm) applyMarkLastUsed(from tailcfg.NodeID, addr netip.Addr, domain s
|
||||
}
|
||||
|
||||
func (ipp *ipPool) StartConsensus(ctx context.Context, ts *tsnet.Server, clusterTag string) error {
|
||||
cns, err := tsconsensus.Start(ctx, ts, (*fsm)(ipp), clusterTag, tsconsensus.DefaultConfig())
|
||||
cns, err := tsconsensus.Start(ctx, ts, (*fsm)(ipp), clusterTag, tsconsensus.DefaultConfig(), true)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user