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:
parent
ef6544a300
commit
72a43c23da
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user