SLIRP:: Coverity cleanup
This commit is contained in:
parent
b9543529d2
commit
3af3a8ea54
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue