mirror of https://gitee.com/bigwinds/arangodb
fixed undefined behavior
This commit is contained in:
parent
5d1986aafb
commit
8a5a570996
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue