mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-20 18:55:52 +08:00
unlock mutex
This commit is contained in:
parent
50e093b456
commit
845bb33c68
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ func getAllExtClientsFromCache() (extClients []models.ExtClient) {
|
||||||
for _, extclient := range extClientCacheMap {
|
for _, extclient := range extClientCacheMap {
|
||||||
extClients = append(extClients, extclient)
|
extClients = append(extClients, extclient)
|
||||||
}
|
}
|
||||||
|
extClientCacheMutex.RUnlock()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue