1
0
Fork 0

fixed undefined behavior

This commit is contained in:
Jan Steemann 2014-10-21 14:50:48 +02:00
parent 5d1986aafb
commit 8a5a570996
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ int ExecutionBlock::shutdown () {
res = (*it)->shutdown();
}
catch (...) {
ret = TRI_ERROR_INTERNAL;
res = TRI_ERROR_INTERNAL;
}
if (res != TRI_ERROR_NO_ERROR) {