mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02: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…
Add table
Add a link
Reference in a new issue