Commit a8261608 authored by unknown's avatar unknown

Removed forgotten abort() call, bug#10001


ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
  Removed forgotten abort() call
parent 6a15a733
......@@ -1838,7 +1838,6 @@ void Dbtc::execKEYINFO(Signal* signal)
do {
if (cfirstfreeDatabuf == RNIL) {
jam();
abort();
seizeDatabuferrorLab(signal);
return;
}//if
......
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