mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
e7dc2f9190
clearAddresses write locks the struct and then calls notify. notify in turn tries to obtain a read lock on the same mutex. The result was a deadlock. This change unlocks the struct before calling notify. |
||
---|---|---|
.. | ||
debug.go | ||
interface.go | ||
registry.go | ||
service.go | ||
structs_test.go | ||
structs.go |