summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:18 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:42 -0800
commit4d005564ab8087c61d3190613b1e935de1cd452f (patch)
tree30fa66635375481215f58593d1f8d0461e2227f1 /lib/param/param_table.c
parent2add7c569a208b256d3234d16d417060d8dd82a9 (diff)
downloadsamba-4d005564ab8087c61d3190613b1e935de1cd452f.tar.gz
samba-4d005564ab8087c61d3190613b1e935de1cd452f.tar.xz
samba-4d005564ab8087c61d3190613b1e935de1cd452f.zip
param: Rename variable used for lp_strict_sync bStrictSync
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 e87496b978..15fc3622f1 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1866,7 +1866,7 @@ static struct parm_struct parm_table[] = {
.label = "strict sync",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(bStrictSync),
+ .offset = LOCAL_VAR(strict_sync),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE,