mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
tldap: Do not do a return before we got the search_result
This commit is contained in:
@ -457,7 +457,6 @@ static void tldap_fetch_rootdse_done(struct tevent_req *subreq)
|
|||||||
default:
|
default:
|
||||||
goto protocol_error;
|
goto protocol_error;
|
||||||
}
|
}
|
||||||
tevent_req_done(req);
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
protocol_error:
|
protocol_error:
|
||||||
|
Reference in New Issue
Block a user