summaryrefslogtreecommitdiff
path: root/source3/smbd/perfcount.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-02-14 18:25:33 +0100
committerVolker Lendecke <vl@samba.org>2009-02-14 22:01:03 +0100
commit913c547cf6a232c0f0021ef5fa548a3034813b6f (patch)
tree5b6029c93408425035355c724ca3970cb31f3899 /source3/smbd/perfcount.c
parentb08e24a44ccfea3c1f61a4e796641797cdc2bb11 (diff)
downloadsamba-913c547cf6a232c0f0021ef5fa548a3034813b6f.tar.gz
samba-913c547cf6a232c0f0021ef5fa548a3034813b6f.tar.bz2
samba-913c547cf6a232c0f0021ef5fa548a3034813b6f.zip
Rename lp_smb_perfcount_module() to lp_perfcount_module() to match the parameter name
Diffstat (limited to 'source3/smbd/perfcount.c')
-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 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])