Commit efd06e19 authored by unknown's avatar unknown

bug#9757 - ndb - post review

  use DBUG_RETURN


ndb/src/mgmsrv/MgmtSrvr.cpp:
  bug#9757 - ndb
    use DBUG_RETURN
parent 583d38f3
......@@ -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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment