~ubuntu-wine/ubuntu/lucid/wine1.2/wine1.2+winepulse

« back to all changes in this revision

Viewing changes to dlls/advapi32/security.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2010-02-02 11:15:03 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100202111503-w4ayji21ei1ginjr
Tags: 1.1.37-0ubuntu1
* New upstream release
  - A number of fixes in AVI file support.
  - Several MSXML improvements.
  - A few MSI fixes.
  - Various bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3119
3119
    if (ppSecurityDescriptor)
3120
3120
        *ppSecurityDescriptor = sd;
3121
3121
 
 
3122
    /* The security descriptor (sd) cannot be freed if ppSecurityDescriptor is
 
3123
     * NULL, because native happily returns the SIDs and ACLs that are requested
 
3124
     * in this case.
 
3125
     */
 
3126
 
3122
3127
    return ERROR_SUCCESS;
3123
3128
}
3124
3129