From 913c547cf6a232c0f0021ef5fa548a3034813b6f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 14 Feb 2009 18:25:33 +0100 Subject: Rename lp_smb_perfcount_module() to lp_perfcount_module() to match the parameter name --- source3/smbd/perfcount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') 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]) -- cgit