Don't use s_addr as parameter name. Fixes compiling with Solaris.

Signed-off-by: Timo Sirainen <tss@iki.fi>
This commit is contained in:
Timo Sirainen
2012-08-11 23:12:31 +03:00
committed by Keith Winstein
parent 0c5307f345
commit 620152261e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ namespace Network {
static const int PORT_RANGE_LOW = 60001;
static const int PORT_RANGE_HIGH = 60999;
static bool try_bind( int socket, uint32_t s_addr, int port );
static bool try_bind( int socket, uint32_t addr, int port );
int sock;
bool has_remote_addr;