8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:43:03 +01:00

Correction.

This commit is contained in:
robocop 2008-09-24 11:20:12 +00:00
parent d7dbeb7004
commit e206ce44ec

View File

@ -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;