mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-05-01 08:20:43 +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);
|
schedule(&request->alarm);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (errno != EAGAIN)
|
if (errno && errno != EAGAIN)
|
||||||
WARN_perror("accept");
|
WARN_perror("accept");
|
||||||
}
|
}
|
||||||
if (alarm->poll.revents & (POLLHUP | POLLERR)) {
|
if (alarm->poll.revents & (POLLHUP | POLLERR)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user