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:
parent
245064d5a3
commit
8215409153
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user