dbwrap: Remove a pointless "return;"
authorVolker Lendecke <vl@samba.org>
Fri, 31 Aug 2018 04:09:48 +0000 (06:09 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 7 Sep 2018 15:26:18 +0000 (17:26 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/dbwrap/dbwrap.c

index a214a4e9a6ebb300df0356949167732f90fb1970..79c83b1a5e25d8f280b0a9e472af9a9321d5423e 100644 (file)
@@ -505,7 +505,6 @@ static void dbwrap_parse_record_done(struct tevent_req *subreq)
        }
 
        tevent_req_done(req);
-       return;
 }
 
 NTSTATUS dbwrap_parse_record_recv(struct tevent_req *req)