8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:43:02 +01:00

Correction.

This commit is contained in:
Adriano dos Santos Fernandes 2017-10-27 13:44:05 +00:00
parent 27ebeede8d
commit a7a431d996

View File

@ -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;