diff options
Diffstat (limited to 'source/net_common.c')
-rw-r--r-- | source/net_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/net_common.c b/source/net_common.c index b2fbe7b..1474af2 100644 --- a/source/net_common.c +++ b/source/net_common.c @@ -1197,7 +1197,7 @@ qboolean NET_GetAddress( netsrc_t sock, netadr_t *adr ) { length = sizeof( address ); if( getsockname( udp_sockets[sock], ( struct sockaddr * ) - &address, &length ) == -1 ) + &address, &length ) == -1 ) { return qfalse; } |