8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 19:23:03 +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:
hvlad 2008-04-05 22:30:16 +00:00
parent e23a07d044
commit 16a3bbe088

View File

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