mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:43:02 +01:00
fixed problems with empty SPB
This commit is contained in:
parent
0cced8c670
commit
ec0ea3e492
@ -50,7 +50,7 @@ void ClumpletWriter::initNewBuffer(UCHAR tag)
|
||||
case SpbAttach:
|
||||
if (tag != isc_spb_version1)
|
||||
{
|
||||
dynamic_buffer.push(isc_spb_version1);
|
||||
dynamic_buffer.push(isc_spb_version);
|
||||
}
|
||||
dynamic_buffer.push(tag);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user