summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:44 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:51 -0800
commit48a1bb937dbd967f7b99ca8f980a1d24d7ef3991 (patch)
tree33c38c5ec1aded1b3d13186d51a21434070ffcda /lib/param/param_table.c
parentf0cd945c91588863acd60e53c699276eba1d925a (diff)
downloadsamba-48a1bb937dbd967f7b99ca8f980a1d24d7ef3991.tar.gz
samba-48a1bb937dbd967f7b99ca8f980a1d24d7ef3991.tar.xz
samba-48a1bb937dbd967f7b99ca8f980a1d24d7ef3991.zip
param: Rename variable used for lp_client_use_spnego bClientUseSpnego
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 503c1558b1..dd7d898ad9 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1627,7 +1627,7 @@ static struct parm_struct parm_table[] = {
.label = "client use spnego",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(bClientUseSpnego),
+ .offset = GLOBAL_VAR(client_use_spnego),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,