diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:18 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:59 -0800 |
commit | f1e266ec9b5ef71e9a38f5774ff650e4dd44116a (patch) | |
tree | c6a7b9615790ad93734e541048a6d5f080ef1538 /lib/param/param_table.c | |
parent | 395aee409cf748d3f034a08ceebc497fe8e03e41 (diff) | |
download | samba-f1e266ec9b5ef71e9a38f5774ff650e4dd44116a.tar.gz samba-f1e266ec9b5ef71e9a38f5774ff650e4dd44116a.tar.xz samba-f1e266ec9b5ef71e9a38f5774ff650e4dd44116a.zip |
param: Rename variable used for lp_server_schannel serverSchannel
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 b5a5b90d60..ed2960c26d 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -457,7 +457,7 @@ static struct parm_struct parm_table[] = { .label = "server schannel", .type = P_ENUM, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(serverSchannel), + .offset = GLOBAL_VAR(server_schannel), .special = NULL, .enum_list = enum_bool_auto, .flags = FLAG_BASIC | FLAG_ADVANCED, |