8
0
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:
alexpeshkoff 2005-12-23 08:24:01 +00:00
parent 0cced8c670
commit ec0ea3e492

View File

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