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 ) {