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

Backported CORE-5737: Invalid parameters of gds transaction in ISQL

This commit is contained in:
AlexPeshkoff 2018-02-02 13:51:34 +03:00
parent ef6544a300
commit 72a43c23da

View File

@ -581,7 +581,7 @@ static bool D_Transaction()
// Transaction for all frontend commands
static bool frontendTransaction()
{
return startTransaction(&fbTrans, sizeof(default_tpb), default_tpb);
return startTransaction(&fbTrans);
}
static void atexit_fb_shutdown()