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

Backported fix for CORE-5184: Assertion in cloop dispatcher when trying to save exception information in status interface

This commit is contained in:
Alexander Peshkov 2016-04-04 19:32:09 +03:00
parent 56c7d2e10b
commit 4cffc422b1

View File

@ -208,7 +208,7 @@ public:
IStatus* clone() const
{
Final* ret = FB_NEW Final();
IStatus* ret = MasterInterfacePtr()->getStatus();
ret->setWarnings(getWarnings());
ret->setErrors(getErrors());