bug#9757 - ndb - post review

use DBUG_RETURN


ndb/src/mgmsrv/MgmtSrvr.cpp:
  bug#9757 - ndb
    use DBUG_RETURN
This commit is contained in:
unknown 2005-04-12 13:56:24 +02:00
parent 583d38f3f7
commit efd06e1910

View file

@ -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;
}
}