Changeset 221 for branches/samba-3.3.x/source/lib/util_seaccess.c
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/lib/util_seaccess.c
r206 r221 150 150 151 151 /* 152 the main entry point for access checking. 152 The main entry point for access checking. If returning ACCESS_DENIED 153 this function returns the denied bits in the uint32_t pointed 154 to by the access_granted pointer. 153 155 */ 154 156 NTSTATUS se_access_check(const struct security_descriptor *sd, … … 239 241 done: 240 242 if (bits_remaining != 0) { 243 *access_granted = bits_remaining; 241 244 return NT_STATUS_ACCESS_DENIED; 242 245 }
Note:
See TracChangeset
for help on using the changeset viewer.