Eliminate two compile-time warnings.
This commit is contained in:
parent
f6a3be3940
commit
d41a93b658
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user