diff options
-rw-r--r-- | source3/smbd/perfcount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/perfcount.c b/source3/smbd/perfcount.c index 0ad706c46d..90aaac2f45 100644 --- a/source3/smbd/perfcount.c +++ b/source3/smbd/perfcount.c @@ -94,7 +94,7 @@ NTSTATUS smb_register_perfcounter(int interface_version, const char *name, /**************************************************************************** initialise smb perf counters ****************************************************************************/ -bool smb_load_perfcount_module(const char *name) +static bool smb_load_perfcount_module(const char *name) { char *module_path = NULL; char *module_name = NULL; |