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

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/smbd/perfcount.c

    r414 r740  
    2020
    2121#include "includes.h"
     22#include "smbd/smbd.h"
    2223
    23 struct smb_perfcount_handlers *g_smb_perfcount_handlers = NULL;
     24static struct smb_perfcount_handlers *g_smb_perfcount_handlers = NULL;
    2425
    2526struct smb_perfcount_module {
     
    6263        struct smb_perfcount_module *entry = modules;
    6364
    64         if ((interface_version != SMB_PERFCOUNTER_INTERFACE_VERSION)) {
     65        if (interface_version != SMB_PERFCOUNTER_INTERFACE_VERSION) {
    6566                DEBUG(0, ("Failed to register perfcount module.\n"
    6667                          "The module was compiled against "
Note: See TracChangeset for help on using the changeset viewer.