diff --git a/src/remote/remote.cpp b/src/remote/remote.cpp index a80ff58445..5611498e07 100644 --- a/src/remote/remote.cpp +++ b/src/remote/remote.cpp @@ -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; } +#endif // WIRE_COMPRESS_SUPPORT rem_port::~rem_port() {