diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:18 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:42 -0800 |
commit | 4d005564ab8087c61d3190613b1e935de1cd452f (patch) | |
tree | 30fa66635375481215f58593d1f8d0461e2227f1 /lib/param/param_table.c | |
parent | 2add7c569a208b256d3234d16d417060d8dd82a9 (diff) | |
download | samba-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.c | 2 |
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, |