Changeset 988 for vendor/current/examples/libsmbclient/testacl2.c
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/examples/libsmbclient/testacl2.c
r414 r988 20 20 int main(int argc, const char *argv[]) 21 21 { 22 int i;23 int opt;24 22 int flags; 25 23 int debug = 0; 26 int numeric = 0;27 int full_time_names = 0;28 enum acl_mode mode = SMB_ACL_GET;29 24 static char *the_acl = NULL; 30 25 int ret; 31 char *p; 32 char *debugstr; 26 const char *debugstr; 33 27 char value[1024]; 28 SMBCCTX *context; 34 29 35 30 if (smbc_init(get_auth_data_fn, debug) != 0) … … 39 34 } 40 35 41 SMBCCTX *context = smbc_set_context(NULL);36 context = smbc_set_context(NULL); 42 37 smbc_setOptionFullTimeNames(context, 1); 43 38
Note:
See TracChangeset
for help on using the changeset viewer.