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/source4/param/provision.h

    r740 r988  
    3636        const char *machine_password;
    3737        const char *targetdir;
     38        bool use_ntvfs;
    3839};
    3940
     
    6465                                   const char **error_string);
    6566
    66 struct ldb_context *provision_get_schema(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx,
     67struct ldb_context *provision_get_schema(TALLOC_CTX *mem_ctx,
     68                                         struct loadparm_context *lp_ctx,
     69                                         const char *schema_dn,
    6770                                         DATA_BLOB *override_prefixmap);
    6871
Note: See TracChangeset for help on using the changeset viewer.