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:
parent
d607456af7
commit
e487537ad2
@ -1360,7 +1360,7 @@ void SrvAuthBlock::putKey(Firebird::IStatus* status, Firebird::FbCryptKey* crypt
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef WIRE_COMPRESS_SUPPORT
|
||||||
namespace {
|
namespace {
|
||||||
class ZLib
|
class ZLib
|
||||||
{
|
{
|
||||||
@ -1403,6 +1403,7 @@ namespace {
|
|||||||
|
|
||||||
Firebird::InitInstance<ZLib> zlib;
|
Firebird::InitInstance<ZLib> zlib;
|
||||||
}
|
}
|
||||||
|
#endif // WIRE_COMPRESS_SUPPORT
|
||||||
|
|
||||||
rem_port::~rem_port()
|
rem_port::~rem_port()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user