Ignore:
Timestamp:
Nov 12, 2012, 5:09:31 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/smbd/nttrans.c

    r732 r733  
    18841884        }
    18851885        if (!(security_info_wanted & SECINFO_DACL)) {
     1886                psd->type &= ~SEC_DESC_DACL_PRESENT;
    18861887                psd->dacl = NULL;
    18871888        }
    18881889        if (!(security_info_wanted & SECINFO_SACL)) {
     1890                psd->type &= ~SEC_DESC_SACL_PRESENT;
    18891891                psd->sacl = NULL;
    18901892        }
Note: See TracChangeset for help on using the changeset viewer.