summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:16 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:42 -0800
commit4a9b91cd05700c27b4434e79b3c67ed8513d390e (patch)
tree23240f139f416f3f6b60b14b6fcbc2290d14353f /lib/param/param_functions.c
parent1abe45faac1454662ad0272f5511cf6cc93eecb0 (diff)
downloadsamba-4a9b91cd05700c27b4434e79b3c67ed8513d390e.tar.gz
samba-4a9b91cd05700c27b4434e79b3c67ed8513d390e.tar.xz
samba-4a9b91cd05700c27b4434e79b3c67ed8513d390e.zip
param: Rename variable used for lp_hostsallow szHostsallow
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Jeremy Allison <jra@samba.org>
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 350266ca36..4e7c7f6884 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -28,7 +28,7 @@
*/
FN_LOCAL_STRING(pathname, pathname)
-FN_LOCAL_LIST(hostsallow, szHostsallow)
+FN_LOCAL_LIST(hostsallow, hostsallow)
FN_LOCAL_LIST(hostsdeny, szHostsdeny)
FN_LOCAL_STRING(fstype, fstype)
FN_LOCAL_LIST(ntvfs_handler, ntvfs_handler)