diff options
Diffstat (limited to 'source3/smbd')
-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 90aaac2f45..a0ba0a5f8e 100644 --- a/source3/smbd/perfcount.c +++ b/source3/smbd/perfcount.c @@ -175,7 +175,7 @@ bool smb_perfcount_init(void) { char *perfcount_object; - perfcount_object = lp_smb_perfcount_module(); + perfcount_object = lp_perfcount_module(); /* don't init */ if (!perfcount_object || !perfcount_object[0]) |