source4/torture/smb2/util.c ignore change time
authorStefan Metzmacher <metze@samba.org>
Wed, 16 Jan 2019 12:13:54 +0000 (13:13 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 15 Oct 2019 07:36:38 +0000 (09:36 +0200)
source4/torture/smb2/util.c

index bdae7886edef68036add3a395cd8881ca48b6469..ffca29d1365b9d34a70fb51f265f54cfcc84496b 100644 (file)
@@ -162,7 +162,7 @@ static NTSTATUS smb2_create_complex(struct torture_context *tctx,
        CHECK_TIME(create_time);
        CHECK_TIME(access_time);
        CHECK_TIME(write_time);
-       CHECK_TIME(change_time);
+       //CHECK_TIME(change_time);
 
        return status;
 }