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/smbd/se_access_check_utils.c

    r414 r740  
    2222#include "se_access_check_utils.h"
    2323
    24 void char_to_sid(DOM_SID *sid, char *sid_str)
     24void char_to_sid(struct dom_sid *sid, char *sid_str)
    2525{
    2626        /* If it looks like a SID, call string_to_sid() else look it up
     
    6666        while(ace_list->sid) {
    6767                SEC_ACCESS sa;
    68                 DOM_SID sid;
     68                struct dom_sid sid;
    6969
    7070                /* Create memory for new ACE */
     
    100100                         char *owner_sid, char *group_sid)
    101101{
    102         DOM_SID the_owner_sid, the_group_sid;
     102        struct dom_sid the_owner_sid, the_group_sid;
    103103        SEC_ACL *the_dacl, *the_sacl;
    104104        SEC_DESC *result;
Note: See TracChangeset for help on using the changeset viewer.