diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:03 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:57 -0800 |
commit | 137d72dd28eeea53e12e02cf3280e2f1a23bbc02 (patch) | |
tree | af9fc8e77433d745846797ff206faaab871be7d7 /lib/param/param_functions.c | |
parent | 06499f739bd9df3e4be89ae09ac58286a286e8d1 (diff) | |
download | samba-137d72dd28eeea53e12e02cf3280e2f1a23bbc02.tar.gz samba-137d72dd28eeea53e12e02cf3280e2f1a23bbc02.tar.xz samba-137d72dd28eeea53e12e02cf3280e2f1a23bbc02.zip |
param: Rename variable used for lp_piddir szPidDir
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |