mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-07 01:36:23 +08:00
removed mutex
This commit is contained in:
@@ -50,8 +50,6 @@ func Dump() string {
|
||||
if program != "netmaker" {
|
||||
return ""
|
||||
}
|
||||
mu.Lock()
|
||||
defer mu.Unlock()
|
||||
var dumpString = ""
|
||||
type keyVal struct {
|
||||
Key string
|
||||
|
Reference in New Issue
Block a user