diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-04-01 16:09:45 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-04-01 16:09:45 +0000 |
commit | 3d246faa5aa7af7c811cb60ba0e86f55da02e00c (patch) | |
tree | b13bb7fc827abf2ce3f3085fc372a930fe30a280 | |
parent | c0fdce44636b95fabc6853528509c37b665ccf3d (diff) |
Notes
-rw-r--r-- | lib/libc/net/res_send.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/net/res_send.c b/lib/libc/net/res_send.c index 72fa668e01b5..6accd3c8bd4e 100644 --- a/lib/libc/net/res_send.c +++ b/lib/libc/net/res_send.c @@ -739,11 +739,10 @@ read_len: TIMEVAL_TO_TIMESPEC(&ctv, &ts); goto wait; } - } else { - Perror(stderr, "kevent", errno); - res_close(); - goto next_ns; } + Perror(stderr, "kevent", errno); + res_close(); + goto next_ns; } if (n == 0) { |