From 4670c43b3228d39422ce01d0e65544de4e723d25 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 2 Feb 2014 14:14:09 +0100 Subject: loadparm: rename lp[cfg]_hostsallow to lp[cfg]_hosts_allow for consistency with docs Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett Reviewed-by: Garming Sam --- source4/param/share_classic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/param') diff --git a/source4/param/share_classic.c b/source4/param/share_classic.c index 7cf04f9efd1..52a08e382d3 100644 --- a/source4/param/share_classic.c +++ b/source4/param/share_classic.c @@ -287,7 +287,7 @@ static const char **sclassic_string_list_option(TALLOC_CTX *mem_ctx, struct shar } if (strcmp(opt_name, SHARE_HOSTS_ALLOW) == 0) { - return lpcfg_hostsallow(s, lpcfg_default_service(lp_ctx)); + return lpcfg_hosts_allow(s, lpcfg_default_service(lp_ctx)); } if (strcmp(opt_name, SHARE_HOSTS_DENY) == 0) { -- cgit v1.2.1