restructuring continued

This commit is contained in:
0xdcarns
2022-01-10 17:52:21 -05:00
parent c033be41bb
commit 64e7791011
13 changed files with 178 additions and 105 deletions

View File

@@ -214,7 +214,7 @@ func ServerLeave(mac string, network string) error {
if err != nil {
return err
}
return DeleteNode(&serverNode, true)
return DeleteNodeByMacAddress(&serverNode, true)
}
/**