Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (12 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified vendor/current/source4/ntptr/ntptr_base.c

    r414 r740  
    7171NTSTATUS ntptr_init(struct loadparm_context *lp_ctx)
    7272{
    73         extern NTSTATUS ntptr_simple_ldb_init(void);
     73#define _MODULE_PROTO(init) extern NTSTATUS init(void);
     74        STATIC_ntptr_MODULES_PROTO;
    7475        init_module_fn static_init[] = { STATIC_ntptr_MODULES };
    7576        init_module_fn *shared_init = load_samba_modules(NULL, lp_ctx, "ntptr");
Note: See TracChangeset for help on using the changeset viewer.