mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Fixed build error
This commit is contained in:
parent
b99311dd1e
commit
621766efea
@ -330,7 +330,7 @@ void InternalTransaction::doRollback(ISC_STATUS* status, thread_db* tdbb, bool r
|
||||
else
|
||||
{
|
||||
IntStatus s(status);
|
||||
CheckStatusWrapper statusWrapper(&statusWrapper);
|
||||
CheckStatusWrapper statusWrapper(&s);
|
||||
|
||||
EngineCallbackGuard guard(tdbb, *this, FB_FUNCTION);
|
||||
if (retain)
|
||||
|
Loading…
Reference in New Issue
Block a user