From 137d72dd28eeea53e12e02cf3280e2f1a23bbc02 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:04:03 +1300 Subject: param: Rename variable used for lp_piddir szPidDir Signed-off-by: Andrew Bartlett Signed-off-by: Garming Sam Reviewed-by: Jeremy Allison --- lib/param/param_functions.c | 2 +- lib/param/param_table.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/param') diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 43908701a3..0ac87a39ec 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -256,7 +256,7 @@ FN_GLOBAL_CONST_STRING(netbios_scope, netbios_scope) FN_GLOBAL_CONST_STRING(ntp_signd_socket_directory, ntp_signd_socket_directory) FN_GLOBAL_CONST_STRING(passdb_backend, passdb_backend) FN_GLOBAL_CONST_STRING(passwordserver, passwordserver) -FN_GLOBAL_CONST_STRING(piddir, szPidDir) +FN_GLOBAL_CONST_STRING(piddir, piddir) FN_GLOBAL_CONST_STRING(private_dir, szPrivateDir) FN_GLOBAL_CONST_STRING(realm, szRealm_upper) FN_GLOBAL_CONST_STRING(smb_passwd_file, szSMBPasswdFile) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 9e8f1f70f4..8c696cddb0 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3334,7 +3334,7 @@ static struct parm_struct parm_table[] = { .label = "pid directory", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szPidDir), + .offset = GLOBAL_VAR(piddir), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, -- cgit