8
0
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:
hvlad 2010-02-09 09:00:51 +00:00
parent 1cb67fc8ff
commit 17a92e5235

View File

@ -2780,7 +2780,7 @@ static dsql_req* prepareStatement(thread_db* tdbb, dsql_dbb* database, jrd_tra*
catch (const Firebird::Exception&) catch (const Firebird::Exception&)
{ {
trace.prepare(res_failed); trace.prepare(res_failed);
request->req_traced = true; request->req_traced = false;
release_request(tdbb, request, true); release_request(tdbb, request, true);
throw; throw;
} }