mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 04:43:03 +01:00
Correction.
This commit is contained in:
parent
d7dbeb7004
commit
e206ce44ec
@ -1988,7 +1988,7 @@ static int fork( SOCKET old_handle, USHORT flag)
|
||||
#endif
|
||||
|
||||
#ifdef WIN_NT
|
||||
bool inet_atom(const char* name, in_addr* address)
|
||||
bool inet_aton(const char* name, in_addr* address)
|
||||
{
|
||||
address->s_addr = inet_addr(name);
|
||||
return address->s_addr != INADDR_NONE;
|
||||
|
Loading…
Reference in New Issue
Block a user