From: Volker Lendecke Date: Sat, 20 Sep 2025 00:17:06 +0000 (-0700) Subject: smbd: Remove an unnecessary return; X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6ab272f6803b7d604504d28835f1f3760fe439a;p=thirdparty%2Fsamba.git smbd: Remove an unnecessary return; Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/source3/smbd/smb1_reply.c b/source3/smbd/smb1_reply.c index 1408d260aea..890bc1899cb 100644 --- a/source3/smbd/smb1_reply.c +++ b/source3/smbd/smb1_reply.c @@ -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; } /****************************************************************************