From: Volker Lendecke Date: Tue, 25 Jun 2024 11:08:58 +0000 (+0200) Subject: smbd: Remove an obsolete comment X-Git-Tag: tdb-1.4.11~260 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e206ffbe360004573c00b11fc0bfcdf74f7040d;p=thirdparty%2Fsamba.git 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 --- 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)) {