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/testacl.c

    r414 r988  
    2222{
    2323    int opt;
    24     int flags;
     24    int flags = 0;
    2525    int debug = 0;
    2626    int numeric = 0;
     
    2828    int full_time_names = 0;
    2929    enum acl_mode mode = SMB_ACL_LIST;
    30     static char *the_acl = NULL;
     30    static const char *the_acl = NULL;
    3131    int ret;
    3232    char *p;
    33     char *debugstr;
     33    const char *debugstr;
    3434    char path[1024];
    3535    char value[1024];
Note: See TracChangeset for help on using the changeset viewer.