s3: Remove the unused "file_existed" parameter from smbd_calculate_access_mask
[ira/wip.git] / source3 / smbd / fake_file.c
index 2b31ba5ae038cc53a9cc54d8a13251f4e3803eef..95f6f932d930b278917a25eff38240532369c447 100644 (file)
@@ -130,7 +130,6 @@ NTSTATUS open_fake_file(struct smb_request *req, connection_struct *conn,
        NTSTATUS status;
 
        status = smbd_calculate_access_mask(conn, smb_fname,
-                                           false, /* fake files do not exist */
                                            access_mask, &access_mask);
        if (!NT_STATUS_IS_OK(status)) {
                DEBUG(10, ("open_fake_file: smbd_calculate_access_mask "