mirror of
https://github.com/open-simh/simh.git
synced 2026-01-14 07:40:35 +00:00
SLIRP:: Coverity cleanup
This commit is contained in:
parent
b9543529d2
commit
3af3a8ea54
@ -613,7 +613,7 @@ if (select_ret) {
|
||||
if (FD_ISSET (slirp->db_chime, &rfds)) {
|
||||
char buf[32];
|
||||
/* consume the doorbell wakeup ring */
|
||||
recv (slirp->db_chime, buf, sizeof (buf), 0);
|
||||
(void)recv (slirp->db_chime, buf, sizeof (buf), 0);
|
||||
}
|
||||
sim_debug (slirp->dbit, slirp->dptr, "Select returned %d\r\n", select_ret);
|
||||
for (i=0; i<nfds+1; i++) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user