summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:46 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:51 -0800
commit1786669536893976e8fd627359e59f4459e0907f (patch)
tree01e409f9760c66edd22691679f66a7b48f789345 /lib/param/param_table.c
parentbb2e797193fcab78617bcaec60412950053395dc (diff)
downloadsamba-1786669536893976e8fd627359e59f4459e0907f.tar.gz
samba-1786669536893976e8fd627359e59f4459e0907f.tar.xz
samba-1786669536893976e8fd627359e59f4459e0907f.zip
param: Rename variable used for lp_defer_sharing_violations bDeferSharingViolations
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 2fb165f1d9..bb871e4263 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1447,7 +1447,7 @@ static struct parm_struct parm_table[] = {
.label = "defer sharing violations",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(bDeferSharingViolations),
+ .offset = GLOBAL_VAR(defer_sharing_violations),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_GLOBAL,