mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-07-04 01:07:49 +02:00
fix missing unlock
This commit is contained in:
@@ -1049,6 +1049,7 @@ func (p *prog) performLeakingQuery(failedUpstreams map[string]*ctrld.UpstreamCon
|
|||||||
p.um.mu.RUnlock()
|
p.um.mu.RUnlock()
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
p.um.mu.RUnlock()
|
||||||
mainLog.Load().Debug().
|
mainLog.Load().Debug().
|
||||||
Str("upstream", name).
|
Str("upstream", name).
|
||||||
Msg("checking upstream")
|
Msg("checking upstream")
|
||||||
|
|||||||
Reference in New Issue
Block a user