From cfacece9ed96dc46c12f20990110c6528080bc32 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl@samba.org>
Date: Tue, 30 Jun 2009 20:06:55 +0200
Subject: tldap: Do not do a return before we got the search_result

---
 source3/lib/tldap_util.c | 1 -
 1 file changed, 1 deletion(-)

(limited to 'source3')

diff --git a/source3/lib/tldap_util.c b/source3/lib/tldap_util.c
index f3a8c71216..73ce854651 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:
-- 
cgit