http://bugs.winehq.org/show_bug.cgi?id=46555 --- Comment #4 from Bernhard Übelacker <bernhardu@mailbox.org> --- (In reply to Bernhard Übelacker from comment #3)
like at the bottom of attached file,
Sorry, did not save before attaching the file, the modification I wanted to add is this: dlls/ntdll/unix/security.c @@ -722,4 +722,9 @@ NTSTATUS WINAPI NtSetInformationToken( HANDLE token, TOKEN_INFORMATION_CLASS cla break; + case TokenOwner: + FIXME( "TokenOwner stub!\n" ); + ret = STATUS_SUCCESS; + break; + default: FIXME( "unimplemented class %u\n", class ); -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.