mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-18 18:56:25 +00:00
Squelch warning on success
This commit is contained in:
parent
79bdb5f993
commit
9885280334
@ -305,7 +305,7 @@ void rhizome_server_poll(struct sched_ent *alarm)
|
||||
schedule(&request->alarm);
|
||||
}
|
||||
}
|
||||
if (errno != EAGAIN)
|
||||
if (errno && errno != EAGAIN)
|
||||
WARN_perror("accept");
|
||||
}
|
||||
if (alarm->poll.revents & (POLLHUP | POLLERR)) {
|
||||
|
Loading…
Reference in New Issue
Block a user