tldap: Do not do a return before we got the search_result
authorVolker Lendecke <vl@samba.org>
Tue, 30 Jun 2009 18:06:55 +0000 (20:06 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 3 Jul 2009 21:20:57 +0000 (23:20 +0200)
source3/lib/tldap_util.c

index f3a8c71216c2435a9a182d8c406edb7710d6f966..73ce854651566479a32fac76e0fb7e68a0ee9203 100644 (file)
@@ -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: