mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 08:03:03 +01:00
Correction, thanks to Claudio
This commit is contained in:
parent
1cb67fc8ff
commit
17a92e5235
@ -2780,7 +2780,7 @@ static dsql_req* prepareStatement(thread_db* tdbb, dsql_dbb* database, jrd_tra*
|
||||
catch (const Firebird::Exception&)
|
||||
{
|
||||
trace.prepare(res_failed);
|
||||
request->req_traced = true;
|
||||
request->req_traced = false;
|
||||
release_request(tdbb, request, true);
|
||||
throw;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user