From 5e206ffbe360004573c00b11fc0bfcdf74f7040d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 25 Jun 2024 13:08:58 +0200 Subject: [PATCH] smbd: Remove an obsolete comment We have a good understanding of SAMBA_UTIME_OMIT these days Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- source3/smbd/smb1_reply.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source3/smbd/smb1_reply.c b/source3/smbd/smb1_reply.c index 335c92aa3ed..392de41940e 100644 --- a/source3/smbd/smb1_reply.c +++ b/source3/smbd/smb1_reply.c @@ -6957,11 +6957,6 @@ void reply_setattrE(struct smb_request *req) reply_smb1_outbuf(req, 0, 0); - /* - * Patch from Ray Frush - * Sometimes times are sent as zero - ignore them. - */ - /* Ensure we have a valid stat struct for the source. */ status = vfs_stat_fsp(fsp); if (!NT_STATUS_IS_OK(status)) { -- 2.47.3