Commit 35c486ce authored by unknown's avatar unknown

Removed forgotten abort() call, bug#10001


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