From e206ce44ec46fd7ca9d7b7efd7e16b69142da43e Mon Sep 17 00:00:00 2001 From: robocop Date: Wed, 24 Sep 2008 11:20:12 +0000 Subject: [PATCH] Correction. --- src/remote/inet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/inet.cpp b/src/remote/inet.cpp index 75ac1bc32d..731c15062b 100644 --- a/src/remote/inet.cpp +++ b/src/remote/inet.cpp @@ -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;