diff options
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 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) |