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/source3/smbd/perfcount.c

    r740 r988  
    8686        entry = SMB_XMALLOC_P(struct smb_perfcount_module);
    8787        entry->name = smb_xstrdup(name);
    88         entry->handlers = (struct smb_perfcount_handlers*) handlers;
     88        entry->handlers = discard_const_p(struct smb_perfcount_handlers, handlers);
    8989
    9090        DLIST_ADD(modules, entry);
     
    177177        char *perfcount_object;
    178178
    179         perfcount_object = lp_perfcount_module();
     179        perfcount_object = lp_perfcount_module(talloc_tos());
    180180
    181181        /* don't init */
Note: See TracChangeset for help on using the changeset viewer.