summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:30 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:46 -0800
commit56e9e7d9d88bb283267c1f5d99b0273139865acf (patch)
tree29379eaca362f9be1d7a9bfb292a363a4fc13d54 /lib/param/param_table.c
parent1cbb4a8453592e23ad851da69ec07201308a1b42 (diff)
downloadsamba-56e9e7d9d88bb283267c1f5d99b0273139865acf.tar.gz
samba-56e9e7d9d88bb283267c1f5d99b0273139865acf.tar.xz
samba-56e9e7d9d88bb283267c1f5d99b0273139865acf.zip
param: Rename variable used for lp_print_notify_backchannel bPrintNotifyBackchannel
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 f4fda9fc36..154c82c688 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2085,7 +2085,7 @@ static struct parm_struct parm_table[] = {
.label = "print notify backchannel",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(bPrintNotifyBackchannel),
+ .offset = LOCAL_VAR(print_notify_backchannel),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,