From 570ec75c7e8af49cee3a12ab20f97663d3b92ddf Mon Sep 17 00:00:00 2001 From: Noel Power Date: Fri, 21 May 2021 08:54:42 +0100 Subject: [PATCH] s3/smbd: Fix stray line introduced in 470b6223e7283ce1308e0b273eb893d20ab72d5b MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Noel Power Reviewed-by: Ralph Boehme Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Fri May 21 14:14:38 UTC 2021 on sn-devel-184 --- source3/smbd/reply.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index f7b0fe72f13..4ba3b0ee624 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -7587,7 +7587,6 @@ NTSTATUS rename_internals_fsp(connection_struct *conn, status = NT_STATUS_NO_MEMORY; goto out; } - if (smb_fname_dst_in) /* * Check for special case with case preserving and not -- 2.47.3