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:52 -0800 |
commit | f22897d3a0edb6dd6d2641acb842f3615f4b2ad5 (patch) | |
tree | 0f7eb1d0c15ddd98469724d0ca36075afb821e8c /lib/param/param_table.c | |
parent | abe89916bccd6b68dc254f7429fc0a868333f57c (diff) | |
download | samba-f22897d3a0edb6dd6d2641acb842f3615f4b2ad5.tar.gz samba-f22897d3a0edb6dd6d2641acb842f3615f4b2ad5.tar.xz samba-f22897d3a0edb6dd6d2641acb842f3615f4b2ad5.zip |
param: Rename variable used for lp_hostname_lookups bHostnameLookups
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 919144da60..0d9a706741 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -1911,7 +1911,7 @@ static struct parm_struct parm_table[] = { .label = "hostname lookups", .type = P_BOOL, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bHostnameLookups), + .offset = GLOBAL_VAR(hostname_lookups), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |