mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
Fixed inregistered bug - wrong handle passed in PROC_ROLLBACK in case of failure in GDS_START_MULTIPLE. In HEAD it leads to AV in engine.
This commit is contained in:
parent
e23a07d044
commit
16a3bbe088
@ -4906,7 +4906,7 @@ ISC_STATUS API_ROUTINE GDS_START_MULTIPLE(ISC_STATUS* user_status,
|
||||
}
|
||||
if (handle && dbb)
|
||||
{
|
||||
CALL(PROC_ROLLBACK, dbb->implementation) (temp, handle);
|
||||
CALL(PROC_ROLLBACK, dbb->implementation) (temp, &handle);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user