summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:58 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:56 -0800
commit422de1138c1a57d8925ca8a4082c90db0ec54d07 (patch)
tree76a4087ca6147723f831a1f27c6fbdafb48f86f9 /lib/param/param_table.c
parentd96d018e93fb3573159f15e38332e8ffe8475467 (diff)
downloadsamba-422de1138c1a57d8925ca8a4082c90db0ec54d07.tar.gz
samba-422de1138c1a57d8925ca8a4082c90db0ec54d07.tar.xz
samba-422de1138c1a57d8925ca8a4082c90db0ec54d07.zip
param: Rename variable used for lp_winbind_sealed_pipes bWinbindSealedPipes
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 ccaa81fc8b..4fc2c649f6 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -4175,7 +4175,7 @@ static struct parm_struct parm_table[] = {
.label = "winbind sealed pipes",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(bWinbindSealedPipes),
+ .offset = GLOBAL_VAR(winbind_sealed_pipes),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,