Changeset 740 for vendor/current/testsuite/smbd
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/testsuite/smbd/se_access_check_utils.c
r414 r740 22 22 #include "se_access_check_utils.h" 23 23 24 void char_to_sid( DOM_SID*sid, char *sid_str)24 void char_to_sid(struct dom_sid *sid, char *sid_str) 25 25 { 26 26 /* If it looks like a SID, call string_to_sid() else look it up … … 66 66 while(ace_list->sid) { 67 67 SEC_ACCESS sa; 68 DOM_SIDsid;68 struct dom_sid sid; 69 69 70 70 /* Create memory for new ACE */ … … 100 100 char *owner_sid, char *group_sid) 101 101 { 102 DOM_SIDthe_owner_sid, the_group_sid;102 struct dom_sid the_owner_sid, the_group_sid; 103 103 SEC_ACL *the_dacl, *the_sacl; 104 104 SEC_DESC *result;
Note:
See TracChangeset
for help on using the changeset viewer.