diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:48 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:53 -0800 |
commit | ddaa64bf8c8a78e71cf7c51fec8b897797d7abd2 (patch) | |
tree | e36f13b8dc58feaf0a67cf94420b5b142e1ff8d9 /lib/param/param_table.c | |
parent | 345846d5e150187c045a71dba1516616312ddf38 (diff) | |
download | samba-ddaa64bf8c8a78e71cf7c51fec8b897797d7abd2.tar.gz samba-ddaa64bf8c8a78e71cf7c51fec8b897797d7abd2.tar.xz samba-ddaa64bf8c8a78e71cf7c51fec8b897797d7abd2.zip |
param: Rename variable used for lp_large_readwrite bLargeReadwrite
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 983d9e9f6a..f0c20b10e0 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -1313,7 +1313,7 @@ static struct parm_struct parm_table[] = { .label = "large readwrite", .type = P_BOOL, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bLargeReadwrite), + .offset = GLOBAL_VAR(large_readwrite), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |