diff options
Diffstat (limited to 'ndb/src/mgmsrv/CommandInterpreter.cpp')
-rw-r--r-- | ndb/src/mgmsrv/CommandInterpreter.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/src/mgmsrv/CommandInterpreter.cpp b/ndb/src/mgmsrv/CommandInterpreter.cpp index 1e608c05042..8a7293b8434 100644 --- a/ndb/src/mgmsrv/CommandInterpreter.cpp +++ b/ndb/src/mgmsrv/CommandInterpreter.cpp @@ -645,6 +645,8 @@ versionCallback(int nodeId, int version, void * anyData, int errCode){ } break; + case NDB_MGM_NODE_TYPE_UNKNOWN: + abort(); }; } else { |