summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-02-02 14:04:46 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-02-03 13:26:13 +1300
commitd85bab275aa3794cefd838bbf1516ea63ed668fc (patch)
treeb074ed335d9b3c93ad6e64d50b30b72ca6efe1cd /lib/param/param_functions.c
parentcaa1db7358a8f20b76e6c4706996c54094b8874a (diff)
downloadsamba-d85bab275aa3794cefd838bbf1516ea63ed668fc.tar.gz
samba-d85bab275aa3794cefd838bbf1516ea63ed668fc.tar.xz
samba-d85bab275aa3794cefd838bbf1516ea63ed668fc.zip
loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docs
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r--lib/param/param_functions.c2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
*/
-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)