From d85bab275aa3794cefd838bbf1516ea63ed668fc Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 2 Feb 2014 14:04:46 +0100 Subject: loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docs 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 2e8026fc62..868bef3e2b 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -27,7 +27,7 @@ along with this program. If not, see . */ -FN_LOCAL_STRING(pathname, pathname) +FN_LOCAL_STRING(path, pathname) FN_LOCAL_LIST(hostsallow, hostsallow) FN_LOCAL_LIST(hostsdeny, hostsdeny) FN_LOCAL_STRING(fstype, fstype) -- cgit