update for start signature change

This commit is contained in:
Fran Bull 2025-02-27 10:00:50 -08:00
parent 238fe26165
commit ea684a5ed5

View File

@ -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
}