diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:05 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:58 -0800 |
commit | d7d16a8e7989f6468060d17eb019310fed79cc5a (patch) | |
tree | 6a434ddcb07761cc1ad228be0c07cd96dd306b07 /lib/param/param_functions.c | |
parent | b848ffc79e0b2fcde74e77b9c7b447a224f1f803 (diff) | |
download | samba-d7d16a8e7989f6468060d17eb019310fed79cc5a.tar.gz samba-d7d16a8e7989f6468060d17eb019310fed79cc5a.tar.xz samba-d7d16a8e7989f6468060d17eb019310fed79cc5a.zip |
param: Rename variable used for lp_winbind_separator szWinbindSeparator
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 ea2b684964..632272d6d2 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -267,7 +267,7 @@ FN_GLOBAL_CONST_STRING(unix_charset, unix_charset) FN_GLOBAL_CONST_STRING(utmpdir, utmpdir) FN_GLOBAL_CONST_STRING(winbindd_privileged_socket_directory, winbindd_privileged_socket_directory) FN_GLOBAL_CONST_STRING(winbindd_socket_directory, winbindd_socket_directory) -FN_GLOBAL_CONST_STRING(winbind_separator, szWinbindSeparator) +FN_GLOBAL_CONST_STRING(winbind_separator, winbind_separator) FN_GLOBAL_CONST_STRING(workgroup, szWorkgroup) FN_GLOBAL_CONST_STRING(wtmpdir, szWtmpDir) FN_GLOBAL_INTEGER(afs_token_lifetime, iAfsTokenLifetime) |