mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 02:43:03 +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:
parent
56c7d2e10b
commit
4cffc422b1
@ -208,7 +208,7 @@ public:
|
||||
|
||||
IStatus* clone() const
|
||||
{
|
||||
Final* ret = FB_NEW Final();
|
||||
IStatus* ret = MasterInterfacePtr()->getStatus();
|
||||
|
||||
ret->setWarnings(getWarnings());
|
||||
ret->setErrors(getErrors());
|
||||
|
Loading…
Reference in New Issue
Block a user