]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Remove an obsolete comment
authorVolker Lendecke <vl@samba.org>
Tue, 25 Jun 2024 11:08:58 +0000 (13:08 +0200)
committerRalph Boehme <slow@samba.org>
Fri, 28 Jun 2024 13:26:24 +0000 (13:26 +0000)
We have a good understanding of SAMBA_UTIME_OMIT these days

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/smb1_reply.c

index 335c92aa3ed7062d9aae8a4f99b2992d6de0fe6b..392de41940e3f6cfcc92dfbf755551eb6eb67288 100644 (file)
@@ -6957,11 +6957,6 @@ void reply_setattrE(struct smb_request *req)
 
        reply_smb1_outbuf(req, 0, 0);
 
-       /*
-        * Patch from Ray Frush <frush@engr.colostate.edu>
-        * 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)) {