Changeset 988 for vendor/current/examples/libsmbclient/testacl.c
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/examples/libsmbclient/testacl.c
r414 r988 22 22 { 23 23 int opt; 24 int flags ;24 int flags = 0; 25 25 int debug = 0; 26 26 int numeric = 0; … … 28 28 int full_time_names = 0; 29 29 enum acl_mode mode = SMB_ACL_LIST; 30 static c har *the_acl = NULL;30 static const char *the_acl = NULL; 31 31 int ret; 32 32 char *p; 33 c har *debugstr;33 const char *debugstr; 34 34 char path[1024]; 35 35 char value[1024];
Note:
See TracChangeset
for help on using the changeset viewer.