diff options
author | Michael Adam <obnox@samba.org> | 2014-02-02 14:21:12 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-02-03 13:26:51 +1300 |
commit | cdb6af95dd744869a743d8ca82682e1fd11b3382 (patch) | |
tree | 1bfea9a842638fdaff1e2d69721afaa6f8af5ce1 /lib/param/param_functions.c | |
parent | c48c4daf4a28e91db1047a1e3e9e2ab1d259735f (diff) | |
download | samba-cdb6af95dd744869a743d8ca82682e1fd11b3382.tar.gz samba-cdb6af95dd744869a743d8ca82682e1fd11b3382.tar.xz samba-cdb6af95dd744869a743d8ca82682e1fd11b3382.zip |
loadparm: rename lp[cfg]_hostsdeny to lp[cfg]_hosts_deny 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index fef85507e5..797c35ee06 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(hostsdeny, hostsdeny) +FN_LOCAL_LIST(hosts_deny, hostsdeny) FN_LOCAL_STRING(fstype, fstype) FN_LOCAL_LIST(ntvfs_handler, ntvfs_handler) FN_LOCAL_BOOL(msdfs_root, msdfs_root) |