http://bugs.winehq.org/show_bug.cgi?id=7690 ------- Additional Comments From focht(a)gmx.net 2007-18-03 17:55 ------- Small typo in my fix suggestion code snippet... "pRel->Group = NULL;" should be "pAbs->Group = NULL;" ---- snip ntdll/sec.c:RtlSelfRelativeToAbsoluteSD --- ... /* Copy structures */ pAbs->Revision = pRel->Revision; pAbs->Control = pRel->Control & ~SE_SELF_RELATIVE; /* reset !!! */ pAbs->Sacl = NULL; pAbs->Dacl = NULL; pAbs->Owner = NULL; pAbs->Group = NULL; ... if( blah) ---- snip ntdll/sec.c:RtlSelfRelativeToAbsoluteSD --- Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.