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 | b848ffc79e0b2fcde74e77b9c7b447a224f1f803 (patch) | |
tree | 61e41d1cfd11d12b9640c8914fbe1ed01b957494 /lib/param/param_table.c | |
parent | 4fe2612ee1895cc3587445830b1b7dff01b04035 (diff) | |
download | samba-b848ffc79e0b2fcde74e77b9c7b447a224f1f803.tar.gz samba-b848ffc79e0b2fcde74e77b9c7b447a224f1f803.tar.xz samba-b848ffc79e0b2fcde74e77b9c7b447a224f1f803.zip |
param: Rename variable used for lp_winbindd_socket_directory szWinbinddSocketDirectory
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_table.c')
-rw-r--r-- | lib/param/param_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 4ac676f82e..e1ba841c61 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -4157,7 +4157,7 @@ static struct parm_struct parm_table[] = { .label = "winbindd socket directory", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szWinbinddSocketDirectory), + .offset = GLOBAL_VAR(winbindd_socket_directory), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |