Let localhost connections

This commit is contained in:
James R 2019-03-20 19:20:34 -07:00
parent ecb6322a52
commit f139ffd1dc
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ static boolean SOCK_Get(void)
if (c != ERRSOCKET)
{
// find remote node number
for (j = 0; j <= MAXNETNODES; j++) //include LAN
for (j = 1; j <= MAXNETNODES; j++) //include LAN
{
if (SOCK_cmpaddr(&fromaddress, &clientaddress[j], 0))
{