[PATCH 2/2] dlls/ntdll/file.c: Return a different status code.

Ricardo Filipe ricardojdfilipe at gmail.com
Sun Jul 25 15:07:20 CDT 2010


2010/7/25 Max TenEyck Woodbury <max at mtew.isa-geek.net>:
> ---
>  dlls/ntdll/file.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/dlls/ntdll/file.c b/dlls/ntdll/file.c
> index 86c200f..c32baa0 100644
> --- a/dlls/ntdll/file.c
> +++ b/dlls/ntdll/file.c
> @@ -2150,7 +2150,7 @@ NTSTATUS WINAPI NtSetInformationFile(HANDLE handle, PIO_STATUS_BLOCK io,
>
>     /* Invalid requests - do not need 'fixing'. */
>     case FileAllInformation:
> -        io->u.Status = STATUS_NOT_IMPLEMENTED;
> +        io->u.Status = STATUS_INVALID_INFO_CLASS;
>         break;
>
>     default:
> --
> 1.7.1.1
>
>
>
>

your first patch has not been accepted yet. you should just make a try
2 of the first patch with the correct return code instead of a new
patch correcting the first.



More information about the wine-devel mailing list