summaryrefslogtreecommitdiff
path: root/source3/lib/tldap_util.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-06-30 20:06:55 +0200
committerVolker Lendecke <vl@samba.org>2009-07-03 23:20:57 +0200
commitcfacece9ed96dc46c12f20990110c6528080bc32 (patch)
tree5f72eece2476bbc49df4af1ee24ebcaac2b6a246 /source3/lib/tldap_util.c
parent520b6c0d5010731f6f512a9eb038f28adfd9cd03 (diff)
downloadsamba-cfacece9ed96dc46c12f20990110c6528080bc32.tar.gz
samba-cfacece9ed96dc46c12f20990110c6528080bc32.tar.bz2
samba-cfacece9ed96dc46c12f20990110c6528080bc32.zip
tldap: Do not do a return before we got the search_result
Diffstat (limited to 'source3/lib/tldap_util.c')
-rw-r--r--source3/lib/tldap_util.c1
1 files changed, 0 insertions, 1 deletions
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: