This commit is contained in:
Jeff Hill
2000-06-08 14:59:51 +00:00
parent 9c65e69c0b
commit 436cdc0562

View File

@@ -245,7 +245,7 @@ LOCAL void register_new_client (struct sockaddr_in *pFrom)
/*
* the repeater and its clients must be on the same host
*/
if (htonl(INADDR_LOOPBACK) != pFrom->sin_addr.s_addr) {
if ( htonl(INADDR_LOOPBACK) != pFrom->sin_addr.s_addr ) {
static SOCKET testSock = INVALID_SOCKET;
static int init;
struct sockaddr_in ina;