tldap: Remove an unneeded "return;"
authorVolker Lendecke <vl@samba.org>
Sun, 10 Jan 2016 10:33:01 +0000 (11:33 +0100)
committerRalph Boehme <slow@samba.org>
Sun, 10 Jan 2016 21:24:17 +0000 (22:24 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/lib/tldap.c

index ee46c66f93172e516cf91927f7bede050cc0ff48..9732fd6a04048ac8395408277a45044cef8325ba 100644 (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,