1
0
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:
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: default:
goto protocol_error; goto protocol_error;
} }
tevent_req_done(req);
return; return;
protocol_error: protocol_error: