]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Remove an unnecessary return;
authorVolker Lendecke <vl@samba.org>
Sat, 20 Sep 2025 00:17:06 +0000 (17:17 -0700)
committerRalph Boehme <slow@samba.org>
Tue, 21 Oct 2025 17:33:29 +0000 (17:33 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/smb1_reply.c

index 1408d260aea57d081fc0ec31cc3e4039f70f1d08..890bc1899cb7545d828f191c4c87b1aad763eff7 100644 (file)
@@ -6500,7 +6500,6 @@ void reply_mv(struct smb_request *req)
        TALLOC_FREE(smb_fname_src);
        TALLOC_FREE(smb_fname_dst);
        END_PROFILE(SMBmv);
-       return;
 }
 
 /****************************************************************************