mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
tldap: Do not do a return before we got the search_result
This commit is contained in:
parent
520b6c0d50
commit
cfacece9ed
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user