[Libreoffice] instructions for building on windows with OneGit

Caolán McNamara caolanm at redhat.com
Wed Aug 31 06:31:14 PDT 2011


On Wed, 2011-08-31 at 14:53 +0200, Noel Grandin wrote:
> New build log attached.

strUserID: S-1-5-21-3395787511-4075999146-953599952
comes from qa/osl/security/osl_Security.cxx

strID: S-1-5-21-3395787511-4075999146-953599952-1000
comes from osl/w32/security.c

so its a matter of seeing which one is right, and which is wrong.

I suppose its incredibly unlikely to be the difference between 

dwSubAuthorities=min(*GetSidSubAuthorityCount(pSid), 5);
and
dwSubAuthorities=*GetSidSubAuthorityCount(pSid)<=5?*GetSidSubAuthorityCount(pSid):5;
which looks like it should be equivalent ?

C.



More information about the LibreOffice mailing list