[Bug 7690] Hoai client fails to install

Wine Bugs wine-bugs at winehq.org
Sun Mar 18 17:55:53 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=7690





------- Additional Comments From focht at 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.



More information about the wine-bugs mailing list