Skip to content

Commit

Permalink
Fixed bug CORE-2837 : Asynchronous query cancellation (via Ctrl+C) is…
Browse files Browse the repository at this point in the history
… not worked
  • Loading branch information
hvlad committed Feb 1, 2010
1 parent dafa1ee commit 5146487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isql/isql.epp
Expand Up @@ -9078,13 +9078,13 @@ static int query_abort(const int reason, const int, void*)
{
return FB_SUCCESS;
}
#endif

if (DB)
{
ISC_STATUS_ARRAY status;
flag = (fb_cancel_operation(status, &DB, fb_cancel_raise) == FB_SUCCESS);
}
#endif

if (flag)
{
Expand Down

0 comments on commit 5146487

Please sign in to comment.