Displaying 1 result from an estimated 1 matches for "funix".
Did you mean:
unix
1997 Sep 03
0
Sysklogd''s -r option
...logerror("setsockopt, 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