Commit 4b965407 authored by jonas@eel.(none)'s avatar jonas@eel.(none)

ndb - test prg

  fix failure during start
parent 08d52170
......@@ -179,6 +179,9 @@ main(int argc, const char** argv){
}
}
end:
for(i= 0; i<(int)event_ops.size(); i++)
MyNdb.dropEventOperation(event_ops[i]);
return NDBT_ProgramExit(NDBT_OK);
}
......
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