summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/responder/sudo/sudosrv_query.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/responder/sudo/sudosrv_query.c b/src/responder/sudo/sudosrv_query.c
index 632afa71..4d19514c 100644
--- a/src/responder/sudo/sudosrv_query.c
+++ b/src/responder/sudo/sudosrv_query.c
@@ -364,6 +364,7 @@ static void sudosrv_parse_query_done(struct tevent_req *subreq)
talloc_free(subreq);
if (ret != EOK) {
tevent_req_error(req, ret);
+ return;
}
tevent_req_done(req);