mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-28 15:14:34 +08:00
removed mutex
This commit is contained in:
parent
ec90f4dc8e
commit
679251cadf
1 changed files with 0 additions and 2 deletions
|
|
@ -50,8 +50,6 @@ func Dump() string {
|
||||||
if program != "netmaker" {
|
if program != "netmaker" {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
mu.Lock()
|
|
||||||
defer mu.Unlock()
|
|
||||||
var dumpString = ""
|
var dumpString = ""
|
||||||
type keyVal struct {
|
type keyVal struct {
|
||||||
Key string
|
Key string
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue