diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:16 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:42 -0800 |
commit | a0c5ae5f0e199fd7a26146f4bd7d23e19471fd7e (patch) | |
tree | b90dcf5f92b5fb7efaabf31d2e1909f82a24bda9 /lib/param/param_functions.c | |
parent | 4a9b91cd05700c27b4434e79b3c67ed8513d390e (diff) | |
download | samba-a0c5ae5f0e199fd7a26146f4bd7d23e19471fd7e.tar.gz samba-a0c5ae5f0e199fd7a26146f4bd7d23e19471fd7e.tar.xz samba-a0c5ae5f0e199fd7a26146f4bd7d23e19471fd7e.zip |
param: Rename variable used for lp_hostsdeny szHostsdeny
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 4e7c7f6884..4be6e512b5 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -29,7 +29,7 @@ FN_LOCAL_STRING(pathname, pathname) FN_LOCAL_LIST(hostsallow, hostsallow) -FN_LOCAL_LIST(hostsdeny, szHostsdeny) +FN_LOCAL_LIST(hostsdeny, hostsdeny) FN_LOCAL_STRING(fstype, fstype) FN_LOCAL_LIST(ntvfs_handler, ntvfs_handler) FN_LOCAL_BOOL(msdfs_root, bMSDfsRoot) |