mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:03:04 +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:
|
case SpbAttach:
|
||||||
if (tag != isc_spb_version1)
|
if (tag != isc_spb_version1)
|
||||||
{
|
{
|
||||||
dynamic_buffer.push(isc_spb_version1);
|
dynamic_buffer.push(isc_spb_version);
|
||||||
}
|
}
|
||||||
dynamic_buffer.push(tag);
|
dynamic_buffer.push(tag);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user