mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:43:02 +01:00
Correction.
This commit is contained in:
parent
27ebeede8d
commit
a7a431d996
@ -630,7 +630,7 @@ void ExtEngineManager::ExternalContextImpl::releaseTransaction()
|
||||
|
||||
void ExtEngineManager::ExternalContextImpl::setTransaction(thread_db* tdbb)
|
||||
{
|
||||
ITransaction* newTransaction = tdbb->getTransaction() ? tdbb->getTransaction()->getInterface(false) : NULL;
|
||||
ITransaction* newTransaction = tdbb->getTransaction() ? tdbb->getTransaction()->getInterface(true) : NULL;
|
||||
|
||||
if (newTransaction == internalTransaction)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user