IPv6 fixes for incoming inetd calls, minors from lint

This commit is contained in:
zx
2024-06-25 23:05:07 +03:00
parent 3526bc5ece
commit 9aed37b92e
5 changed files with 24 additions and 15 deletions
-1
View File
@@ -54,7 +54,6 @@ static int tcpip_connect2(struct addrinfo *ai)
if ( fd == -1 )
{
DEB((D_INFO, "tcpip_connect2: socket error"));
continue;
}
else break;