Skip to content

Commit

Permalink
Fixed bug CORE-2851 : problem with fb_cancel_operation
Browse files Browse the repository at this point in the history
  • Loading branch information
hvlad committed Feb 8, 2010
1 parent a815815 commit 317e2b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/remote/interface.cpp
Expand Up @@ -6881,6 +6881,7 @@ ISC_STATUS FB_CANCEL_OPERATION(ISC_STATUS* user_status, Rdb** db_handle, USHORT
return stuff_exception(user_status, ex);
}

return_success(rdb);
rdb->reset_async_vector();
return return_success(rdb);
return FB_SUCCESS;
}

0 comments on commit 317e2b5

Please sign in to comment.