1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

tldap: Remove an unneeded "return;"

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Volker Lendecke 2016-01-10 11:33:01 +01:00 committed by Ralph Boehme
parent 245064d5a3
commit 8215409153

View File

@ -482,7 +482,6 @@ static void tldap_msg_unset_pending(struct tevent_req *req)
*/
ld->pending = talloc_realloc(NULL, ld->pending, struct tevent_req *,
num_pending - 1);
return;
}
static void tldap_msg_cleanup(struct tevent_req *req,