diff options
| author | Jakub Hrozek <jhrozek@redhat.com> | 2010-04-22 16:33:40 +0200 |
|---|---|---|
| committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-04-26 09:55:09 -0400 |
| commit | 1429eadcc48127f2e55baae54c2bf67bd98a251c (patch) | |
| tree | 5194fab92dff0b4a890bb294eafde16a39f03186 | |
| parent | 6e771992d49e34e8f60e9d037ff41ea9f2feb865 (diff) | |
Do not mark a request as failed twice
| -rw-r--r-- | src/resolv/async_resolv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resolv/async_resolv.c b/src/resolv/async_resolv.c index 28237a03..e3bedc60 100644 --- a/src/resolv/async_resolv.c +++ b/src/resolv/async_resolv.c @@ -804,7 +804,6 @@ resolv_getsrv_done(void *arg, int status, int timeouts, unsigned char *abuf, int state->timeouts = timeouts; if (status != ARES_SUCCESS) { - tevent_req_error(req, return_code(status)); ret = return_code(status); goto fail; } |
