summaryrefslogtreecommitdiff
path: root/ndb/src/mgmsrv
diff options
context:
space:
mode:
authorjoreland@mysql.com <>2005-04-12 13:56:24 +0200
committerjoreland@mysql.com <>2005-04-12 13:56:24 +0200
commit2e1e670b57c3bde429270ca359374db074d75643 (patch)
tree94217e2a505d400f14fc94bfef5016a382a891b0 /ndb/src/mgmsrv
parent8f0f041e64add53739732356fb2815baaefa5a55 (diff)
downloadmariadb-git-2e1e670b57c3bde429270ca359374db074d75643.tar.gz
bug#9757 - ndb - post review
use DBUG_RETURN
Diffstat (limited to 'ndb/src/mgmsrv')
-rw-r--r--ndb/src/mgmsrv/MgmtSrvr.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ndb/src/mgmsrv/MgmtSrvr.cpp b/ndb/src/mgmsrv/MgmtSrvr.cpp
index 98cdcdca2f7..fb05e57e138 100644
--- a/ndb/src/mgmsrv/MgmtSrvr.cpp
+++ b/ndb/src/mgmsrv/MgmtSrvr.cpp
@@ -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;
}
}