summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-04-22 16:33:40 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-04-26 09:54:59 -0400
commit74ff3d42d38feab9aaf1db86f228c41418b8b592 (patch)
treef5622ebe2da4721f8678be5d66a5d564844e74e1
parent6e52f3cd077a6d3df8093c38854d5bc835bb6378 (diff)
downloadsssd-74ff3d42d38feab9aaf1db86f228c41418b8b592.tar.gz
sssd-74ff3d42d38feab9aaf1db86f228c41418b8b592.tar.xz
sssd-74ff3d42d38feab9aaf1db86f228c41418b8b592.zip
Do not mark a request as failed twice
-rw-r--r--src/resolv/async_resolv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resolv/async_resolv.c b/src/resolv/async_resolv.c
index 28237a03e..e3bedc60a 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;
}