Revert "source4/torture/smb2/util.c ignore change time"
authorStefan Metzmacher <metze@samba.org>
Tue, 12 Feb 2019 08:27:35 +0000 (09:27 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 15 Oct 2019 07:36:38 +0000 (09:36 +0200)
This reverts commit 61feeb514ba4b0eed6bad804a1fa34274e94f5fc.

source4/torture/smb2/util.c

index ffca29d1365b9d34a70fb51f265f54cfcc84496b..bdae7886edef68036add3a395cd8881ca48b6469 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;
 }