summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/perfcount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/perfcount.c b/source3/smbd/perfcount.c
index df71f19781..434bdca426 100644
--- a/source3/smbd/perfcount.c
+++ b/source3/smbd/perfcount.c
@@ -20,7 +20,7 @@
#include "includes.h"
-struct smb_perfcount_handlers *g_smb_perfcount_handlers = NULL;
+static struct smb_perfcount_handlers *g_smb_perfcount_handlers = NULL;
struct smb_perfcount_module {
char *name;