From: Volker Lendecke Date: Tue, 30 Jun 2009 18:06:55 +0000 (+0200) Subject: tldap: Do not do a return before we got the search_result X-Git-Tag: tevent-0.9.8~784 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=cfacece9ed96dc46c12f20990110c6528080bc32;p=ira%2Fwip.git tldap: Do not do a return before we got the search_result --- diff --git a/source3/lib/tldap_util.c b/source3/lib/tldap_util.c index f3a8c71216c..73ce8546515 100644 --- a/source3/lib/tldap_util.c +++ b/source3/lib/tldap_util.c @@ -457,7 +457,6 @@ static void tldap_fetch_rootdse_done(struct tevent_req *subreq) default: goto protocol_error; } - tevent_req_done(req); return; protocol_error: