Eliminate two compile-time warnings.

This commit is contained in:
Garance A Drosehn 2000-11-15 06:17:52 +00:00
parent f6a3be3940
commit d41a93b658

View File

@ -332,6 +332,8 @@ main(argc, argv)
syslog(LOG_WARNING, "select: %m");
continue;
}
domain = 0; /* avoid compile-time warning */
s = 0; /* avoid compile-time warning */
if (FD_ISSET(funix, &readfds)) {
domain = AF_UNIX, fromlen = sizeof(fromunix);
s = accept(funix,