diff options
author | Volker Lendecke <vl@samba.org> | 2009-06-30 20:06:55 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-07-03 23:20:57 +0200 |
commit | cfacece9ed96dc46c12f20990110c6528080bc32 (patch) | |
tree | 5f72eece2476bbc49df4af1ee24ebcaac2b6a246 | |
parent | 520b6c0d5010731f6f512a9eb038f28adfd9cd03 (diff) | |
download | samba-cfacece9ed96dc46c12f20990110c6528080bc32.tar.gz samba-cfacece9ed96dc46c12f20990110c6528080bc32.tar.bz2 samba-cfacece9ed96dc46c12f20990110c6528080bc32.zip |
tldap: Do not do a return before we got the search_result
-rw-r--r-- | source3/lib/tldap_util.c | 1 |
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: |