16 Apr
2009
16 Apr
'09
6:07 p.m.
Austin English wrote:
Testing for bug 18071. Passes under Wine/2k.
------------------------------------------------------------------------
We bail out on pObjectName being NULL: + if (!pObjectName || !ppSecurityDescriptor) return ERROR_INVALID_PARAMETER; + This means this if() right after that is not needed anymore: if( pObjectName ) { -- Cheers, Paul.