1
0
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:
Volker Lendecke 2009-06-30 20:06:55 +02:00
parent 520b6c0d50
commit cfacece9ed

View File

@ -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: