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:
parent
1a72574ba6
commit
cdc4f1f83b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user