Module: wine Branch: master Commit: eb22539efa03341c29b90ab7be17de5325661d55 URL: http://source.winehq.org/git/wine.git/?a=commit;h=eb22539efa03341c29b90ab7be...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Sep 17 13:42:01 2007 +0200
ntdll: Fix an error message.
---
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 e920504..bf35a47 100644 --- a/dlls/ntdll/file.c +++ b/dlls/ntdll/file.c @@ -1187,7 +1187,7 @@ NTSTATUS WINAPI NtFsControlFile(HANDLE handle, HANDLE event, PIO_APC_ROUTINE apc break;
case FSCTL_PIPE_IMPERSONATE: - FIXME("FSCTL_PIPE_DISCONNECT: impersonating self\n"); + FIXME("FSCTL_PIPE_IMPERSONATE: impersonating self\n"); status = RtlImpersonateSelf( SecurityImpersonation ); break;