diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:46 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:52 -0800 |
commit | 673d12d61a7b2fbcd3a6bd2e9e613d2172ce1147 (patch) | |
tree | c703369089cd658ae80deb8dbec98f56df4503ac /lib/param/param_table.c | |
parent | 2aec130334684675145e7d7f646ee36360ea7914 (diff) | |
download | samba-673d12d61a7b2fbcd3a6bd2e9e613d2172ce1147.tar.gz samba-673d12d61a7b2fbcd3a6bd2e9e613d2172ce1147.tar.xz samba-673d12d61a7b2fbcd3a6bd2e9e613d2172ce1147.zip |
param: Rename variable used for lp_enable_asu_support bASUSupport
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 725f508f4a..4e5e5f227a 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -1645,7 +1645,7 @@ static struct parm_struct parm_table[] = { .label = "enable asu support", .type = P_BOOL, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bASUSupport), + .offset = GLOBAL_VAR(enable_asu_support), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |