s3: libsmb: Change cli_setfileinfo_ext() and async version to take a uint32_t attr.
[samba.git] / source3 / torture / test_readdir_timestamp.c
index 63a33f880aebe8d18ef5c396cfa1ce6d80b0f205..0ae75bb4f7b2e23223af989743a5b0ebfb4299f7 100644 (file)
@@ -108,7 +108,7 @@ static void create_ts_opened(struct tevent_req *subreq)
                (struct timespec) { .tv_nsec = SAMBA_UTIME_OMIT }, /* access */
                mtime,
                (struct timespec) { .tv_nsec = SAMBA_UTIME_OMIT }, /* change */
-               UINT16_MAX);    /* mode */
+               UINT32_MAX);    /* attr */
        if (tevent_req_nomem(subreq, req)) {
                return;
        }