summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:05 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:58 -0800
commit74ac4607b41a19e603dafedb6a07d66267a3c837 (patch)
tree41e3b784d50ca1caef104925afb1c260c08c5ec8 /lib/param/param_functions.c
parentc7a09766f1a15489001915f4c9863ca72cc4c52b (diff)
downloadsamba-74ac4607b41a19e603dafedb6a07d66267a3c837.tar.gz
samba-74ac4607b41a19e603dafedb6a07d66267a3c837.tar.xz
samba-74ac4607b41a19e603dafedb6a07d66267a3c837.zip
param: Rename variable used for lp_utmpdir szUtmpDir
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index b10b8b898e..2d7b269290 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -264,7 +264,7 @@ FN_GLOBAL_CONST_STRING(socket_options, socket_options)
FN_GLOBAL_CONST_STRING(template_homedir, template_homedir)
FN_GLOBAL_CONST_STRING(template_shell, template_shell)
FN_GLOBAL_CONST_STRING(unix_charset, unix_charset)
-FN_GLOBAL_CONST_STRING(utmpdir, szUtmpDir)
+FN_GLOBAL_CONST_STRING(utmpdir, utmpdir)
FN_GLOBAL_CONST_STRING(winbindd_privileged_socket_directory, szWinbinddPrivilegedSocketDirectory)
FN_GLOBAL_CONST_STRING(winbindd_socket_directory, szWinbinddSocketDirectory)
FN_GLOBAL_CONST_STRING(winbind_separator, szWinbindSeparator)