Commit efd06e19 authored by unknown's avatar unknown
Browse files

bug#9757 - ndb - post review

  use DBUG_RETURN


ndb/src/mgmsrv/MgmtSrvr.cpp:
  bug#9757 - ndb
    use DBUG_RETURN
parent 583d38f3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
    }
  }