search for: inetinuse

Displaying 1 result from an estimated 1 matches for "inetinuse".

1997 Sep 03
0
Sysklogd''s -r option
...suspending inet"); } - else { + else if (AcceptRemote) { if (bind(finet, (struct sockaddr *) &sin, \ sizeof(sin)) < 0) { logerror("bind, suspending inet"); @@ -1834,7 +1834,7 @@ /* Close the sockets. */ close(funix); - close(inetm); + if (InetInuse) close(inetm); /* Clean-up files. */ (void) unlink(LogName); -Andi