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

Fix build errors when WIRE_COMPRESS_SUPPORT not defined

This commit is contained in:
hvlad 2014-11-27 08:15:16 +00:00
parent d607456af7
commit e487537ad2

View File

@ -1360,7 +1360,7 @@ void SrvAuthBlock::putKey(Firebird::IStatus* status, Firebird::FbCryptKey* crypt
}
}
#ifdef WIRE_COMPRESS_SUPPORT
namespace {
class ZLib
{
@ -1403,6 +1403,7 @@ namespace {
Firebird::InitInstance<ZLib> zlib;
}
#endif // WIRE_COMPRESS_SUPPORT
rem_port::~rem_port()
{