From: Volker Lendecke Date: Thu, 11 Sep 2025 12:06:49 +0000 (+0200) Subject: smbd: Remove an unneeded return; X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b168cb786b313e5ab019f362d7413cfc9a1e90dc;p=thirdparty%2Fsamba.git smbd: Remove an unneeded return; Signed-off-by: Volker Lendecke Reviewed-by: Anoop C S --- diff --git a/source3/smbd/smb2_setinfo.c b/source3/smbd/smb2_setinfo.c index 4b113bd4a09..df0b9917208 100644 --- a/source3/smbd/smb2_setinfo.c +++ b/source3/smbd/smb2_setinfo.c @@ -956,8 +956,6 @@ static void smbd_smb2_setinfo_rename_dst_parent_check(struct tevent_req *req) return; } } - - return; } static void smbd_smb2_setinfo_rename_dst_parent_delay_done(