Indent fix
This commit is contained in:
parent
87bce1a36b
commit
700cc92083
1 changed files with 1 additions and 1 deletions
|
@ -1053,7 +1053,7 @@ unsigned int EmbeddedNetworkController::handleControlPlaneHttpDELETE(
|
|||
|
||||
json network,member;
|
||||
_db->get(nwid,network,address,member);
|
||||
_db->eraseMember(nwid, address);
|
||||
_db->eraseMember(nwid, address);
|
||||
|
||||
{
|
||||
std::lock_guard<std::mutex> l(_memberStatus_l);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue