diff --git a/lib/connections/service.go b/lib/connections/service.go index 565815c7c..4734e598a 100644 --- a/lib/connections/service.go +++ b/lib/connections/service.go @@ -1085,6 +1085,7 @@ func (r nextDialRegistry) redialDevice(device protocol.DeviceID, now time.Time) dev, ok := r[device] if !ok { r[device] = nextDialDevice{ + nextDial: make(map[string]time.Time), coolDownIntervalStart: now, attempts: 1, }