From 974ad7ca7e213c89706fe51b6f09a419a1e7aa35 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 2 Feb 2014 14:24:10 +0100 Subject: loadparm: rename variable for "hosts deny" from hostsdeny to hosts_deny for consistency docs/functions/variables Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett Reviewed-by: Garming Sam --- lib/param/param_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/param/param_functions.c') diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 797c35ee06..6a37cfe6b8 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -29,7 +29,7 @@ FN_LOCAL_STRING(path, path) FN_LOCAL_LIST(hosts_allow, hosts_allow) -FN_LOCAL_LIST(hosts_deny, hostsdeny) +FN_LOCAL_LIST(hosts_deny, hosts_deny) FN_LOCAL_STRING(fstype, fstype) FN_LOCAL_LIST(ntvfs_handler, ntvfs_handler) FN_LOCAL_BOOL(msdfs_root, msdfs_root) -- cgit