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 | 1aa8333c3d936ad09358d9e528b1e5c803391dc2 (patch) | |
tree | 5e89547b5070d00c5792de8e0bf0cc4a0370ea8b /lib/param/param_table.c | |
parent | 8299c1418e19bbb6251bd53b881daff1f541443f (diff) | |
download | samba-1aa8333c3d936ad09358d9e528b1e5c803391dc2.tar.gz samba-1aa8333c3d936ad09358d9e528b1e5c803391dc2.tar.xz samba-1aa8333c3d936ad09358d9e528b1e5c803391dc2.zip |
param: Rename variable used for lp_map_archive bMap_archive
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 103847726a..b3df9c8e34 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2496,7 +2496,7 @@ static struct parm_struct parm_table[] = { .label = "map archive", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(bMap_archive), + .offset = LOCAL_VAR(map_archive), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL, |