Changeset 740 for vendor/current/testsuite/printing/psec.c
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/testsuite/printing/psec.c
r414 r740 147 147 { 148 148 SEC_ACCESS sa; 149 DOM_SIDsid;149 struct dom_sid sid; 150 150 uint32 mask; 151 151 uint8 type, flags; … … 257 257 int psec_setsec(char *printer) 258 258 { 259 DOM_SIDuser_sid, group_sid;259 struct dom_sid user_sid, group_sid; 260 260 SEC_ACE *ace_list = NULL; 261 261 SEC_ACL *dacl = NULL; … … 305 305 uint32 ace_mask; 306 306 fstring sidstr; 307 DOM_SIDsid;307 struct dom_sid sid; 308 308 SEC_ACCESS sa; 309 309
Note:
See TracChangeset
for help on using the changeset viewer.