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:
committed by
Keith Winstein
parent
0c5307f345
commit
620152261e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user