examples: Expand IS_DOS_DIR() macros
[vlendec/samba-autobuild/.git] / examples / fuse / clifuse.c
index ba4aca751feb6a9e01ff187a125caf78d12b2475..59af1602980764a50302f80ba0ebf6c5d6360cdc 100644 (file)
@@ -370,7 +370,7 @@ static NTSTATUS cli_get_unixattr_recv(struct tevent_req *req,
                return status;
        }
 
-       if (IS_DOS_DIR(state->mode)) {
+       if (state->mode & FILE_ATTRIBUTE_DIRECTORY) {
                st->st_mode = (S_IFDIR | 0555);
                st->st_nlink = 2;
        } else {