mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
bug#9757 - ndb - post review
use DBUG_RETURN ndb/src/mgmsrv/MgmtSrvr.cpp: bug#9757 - ndb use DBUG_RETURN
This commit is contained in:
parent
583d38f3f7
commit
efd06e1910
1 changed files with 1 additions and 2 deletions
|
@ -2073,9 +2073,8 @@ MgmtSrvr::handleStatus(NodeId nodeId, bool alive, bool nfComplete)
|
|||
theData[0] = EventReport::Disconnected;
|
||||
if(nfComplete)
|
||||
{
|
||||
theData[0] = EventReport::NodeFailCompleted;
|
||||
handleStopReply(nodeId, 0);
|
||||
return;
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue