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

Fixed RC1 bug : embedded can't connect to remote server via TCP\IP (connection rejected by remote interface)

This commit is contained in:
hvlad 2006-05-02 09:54:58 +00:00
parent 1a72574ba6
commit cdc4f1f83b

View File

@ -349,7 +349,7 @@ static XDR::xdr_ops inet_ops =
{
inet_getlong,
inet_putlong,
#ifdef SUPERSERVER
#if defined(SUPERSERVER) && !defined(EMBEDDED)
REMOTE_getbytes,
#else
inet_getbytes,