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 | 4fe2612ee1895cc3587445830b1b7dff01b04035 (patch) | |
tree | 72328b32a831d1f86c567af63f18b56d68f55e27 | |
parent | 74ac4607b41a19e603dafedb6a07d66267a3c837 (diff) | |
download | samba-4fe2612ee1895cc3587445830b1b7dff01b04035.tar.gz samba-4fe2612ee1895cc3587445830b1b7dff01b04035.tar.xz samba-4fe2612ee1895cc3587445830b1b7dff01b04035.zip |
param: Rename variable used for lp_winbindd_privileged_socket_directory szWinbinddPrivilegedSocketDirectory
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r-- | lib/param/param_functions.c | 2 | ||||
-rw-r--r-- | lib/param/param_table.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 2d7b269290..32463b0918 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -265,7 +265,7 @@ 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, utmpdir) -FN_GLOBAL_CONST_STRING(winbindd_privileged_socket_directory, szWinbinddPrivilegedSocketDirectory) +FN_GLOBAL_CONST_STRING(winbindd_privileged_socket_directory, winbindd_privileged_socket_directory) FN_GLOBAL_CONST_STRING(winbindd_socket_directory, szWinbinddSocketDirectory) FN_GLOBAL_CONST_STRING(winbind_separator, szWinbindSeparator) FN_GLOBAL_CONST_STRING(workgroup, szWorkgroup) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index ed73e9c388..4ac676f82e 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -4166,7 +4166,7 @@ static struct parm_struct parm_table[] = { .label = "winbindd privileged socket directory", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szWinbinddPrivilegedSocketDirectory), + .offset = GLOBAL_VAR(winbindd_privileged_socket_directory), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |