Changeset 204 for branches/samba-3.2.x/source/utils
- Timestamp:
- May 20, 2009, 6:46:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/utils/sharesec.c
r133 r204 402 402 static int change_share_sec(TALLOC_CTX *mem_ctx, const char *sharename, char *the_acl, enum acl_mode mode) 403 403 { 404 SEC_DESC *sd ;404 SEC_DESC *sd = NULL; 405 405 SEC_DESC *old = NULL; 406 406 size_t sd_size = 0;
Note:
See TracChangeset
for help on using the changeset viewer.