Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/examples/libsmbclient/testacl2.c

    r414 r988  
    2020int main(int argc, const char *argv[])
    2121{
    22     int i;
    23     int opt;
    2422    int flags;
    2523    int debug = 0;
    26     int numeric = 0;
    27     int full_time_names = 0;
    28     enum acl_mode mode = SMB_ACL_GET;
    2924    static char *the_acl = NULL;
    3025    int ret;
    31     char *p;
    32     char *debugstr;
     26    const char *debugstr;
    3327    char value[1024];
     28    SMBCCTX *context;
    3429
    3530    if (smbc_init(get_auth_data_fn, debug) != 0)
     
    3934    }
    4035
    41     SMBCCTX *context = smbc_set_context(NULL);
     36    context = smbc_set_context(NULL);
    4237    smbc_setOptionFullTimeNames(context, 1);
    4338   
Note: See TracChangeset for help on using the changeset viewer.