diff options
author | Volker Lendecke <vl@samba.org> | 2018-08-31 06:09:48 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2018-09-07 17:26:18 +0200 |
commit | 95682e2fdd55b390170ec4ccd6ad679738e97c20 (patch) | |
tree | b9e9f793d397652949ff69322710fa7343787ab8 /lib/dbwrap/dbwrap.c | |
parent | a5f9b33cb47d7cb91a201e058b18bc5d45c397ef (diff) | |
download | samba-95682e2fdd55b390170ec4ccd6ad679738e97c20.tar.gz |
dbwrap: Remove a pointless "return;"
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'lib/dbwrap/dbwrap.c')
-rw-r--r-- | lib/dbwrap/dbwrap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dbwrap/dbwrap.c b/lib/dbwrap/dbwrap.c index a214a4e9a6e..79c83b1a5e2 100644 --- a/lib/dbwrap/dbwrap.c +++ b/lib/dbwrap/dbwrap.c @@ -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) |