diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:04 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:58 -0800 |
commit | 8fdb3739c5c826cda7a1a01d365caa84356f6939 (patch) | |
tree | 02985baba73bcb89fc27d1ecfd18c8f97b3c32dd /lib/param/param_functions.c | |
parent | bcea89bd59306e8da7705a9e98cd6b83b78b831f (diff) | |
download | samba-8fdb3739c5c826cda7a1a01d365caa84356f6939.tar.gz samba-8fdb3739c5c826cda7a1a01d365caa84356f6939.tar.xz samba-8fdb3739c5c826cda7a1a01d365caa84356f6939.zip |
param: Rename variable used for lp_template_homedir szTemplateHomedir
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 415a6bfa54..e430a4d3d6 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -261,7 +261,7 @@ FN_GLOBAL_CONST_STRING(private_dir, private_dir) FN_GLOBAL_CONST_STRING(realm, realm) FN_GLOBAL_CONST_STRING(smb_passwd_file, smb_passwd_file) FN_GLOBAL_CONST_STRING(socket_options, socket_options) -FN_GLOBAL_CONST_STRING(template_homedir, szTemplateHomedir) +FN_GLOBAL_CONST_STRING(template_homedir, template_homedir) FN_GLOBAL_CONST_STRING(template_shell, szTemplateShell) FN_GLOBAL_CONST_STRING(unix_charset, unix_charset) FN_GLOBAL_CONST_STRING(utmpdir, szUtmpDir) |