diff options
author | Michael Adam <obnox@samba.org> | 2014-02-02 14:14:09 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-02-03 13:26:40 +1300 |
commit | 4670c43b3228d39422ce01d0e65544de4e723d25 (patch) | |
tree | 19c2ceb1234edbcd1263b5374b72e8e3e79a7730 /lib/param/param_functions.c | |
parent | 3e8d02be8ef9b4c0e3cacf20f2c103dc07c1b531 (diff) | |
download | samba-4670c43b3228d39422ce01d0e65544de4e723d25.tar.gz samba-4670c43b3228d39422ce01d0e65544de4e723d25.tar.xz samba-4670c43b3228d39422ce01d0e65544de4e723d25.zip |
loadparm: rename lp[cfg]_hostsallow to lp[cfg]_hosts_allow 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 4596eed02c..cafa6d5611 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(hostsallow, hostsallow) +FN_LOCAL_LIST(hosts_allow, hostsallow) FN_LOCAL_LIST(hostsdeny, hostsdeny) FN_LOCAL_STRING(fstype, fstype) FN_LOCAL_LIST(ntvfs_handler, ntvfs_handler) |