mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-08 02:06:06 +08:00
unlock mutex
This commit is contained in:
@@ -21,6 +21,7 @@ func getAllExtClientsFromCache() (extClients []models.ExtClient) {
|
||||
for _, extclient := range extClientCacheMap {
|
||||
extClients = append(extClients, extclient)
|
||||
}
|
||||
extClientCacheMutex.RUnlock()
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user