summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/tldap_util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/lib/tldap_util.c b/source3/lib/tldap_util.c
index bdf8eb031a5..1b86962a32e 100644
--- a/source3/lib/tldap_util.c
+++ b/source3/lib/tldap_util.c
@@ -810,7 +810,8 @@ static void tldap_search_paged_done(struct tevent_req *subreq)
}
tevent_req_set_callback(subreq, tldap_search_paged_done, req);
- err:
+ return;
+err:
TALLOC_FREE(asn1);
tevent_req_ldap_error(req, TLDAP_DECODING_ERROR);