From c48c4daf4a28e91db1047a1e3e9e2ab1d259735f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 2 Feb 2014 14:15:57 +0100 Subject: loadparm: rename variable for "hosts allow" from hostsallow to hosts_allow for consistency docs/function/variable 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 cafa6d5611..fef85507e5 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -28,7 +28,7 @@ */ FN_LOCAL_STRING(path, path) -FN_LOCAL_LIST(hosts_allow, hostsallow) +FN_LOCAL_LIST(hosts_allow, hosts_allow) FN_LOCAL_LIST(hostsdeny, hostsdeny) FN_LOCAL_STRING(fstype, fstype) FN_LOCAL_LIST(ntvfs_handler, ntvfs_handler) -- cgit