Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/testsuite/printing/psec.c

    r414 r740  
    147147{
    148148        SEC_ACCESS sa;
    149         DOM_SID sid;
     149        struct dom_sid sid;
    150150        uint32 mask;
    151151        uint8 type, flags;
     
    257257int psec_setsec(char *printer)
    258258{
    259         DOM_SID user_sid, group_sid;
     259        struct dom_sid user_sid, group_sid;
    260260        SEC_ACE *ace_list = NULL;
    261261        SEC_ACL *dacl = NULL;
     
    305305                uint32 ace_mask;
    306306                fstring sidstr;
    307                 DOM_SID sid;
     307                struct dom_sid sid;
    308308                SEC_ACCESS sa;
    309309
Note: See TracChangeset for help on using the changeset viewer.