summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-02-02 14:53:44 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-02-03 13:27:20 +1300
commit4b403e912dbff0ac4ca7cc9e76872d314a86da37 (patch)
tree4bbced7f7564681c095f2a4484ee7efe3a7d0915 /lib/param/param_functions.c
parent4286e147a62af784f4661cdd9d668e4d86cba4f2 (diff)
downloadsamba-4b403e912dbff0ac4ca7cc9e76872d314a86da37.tar.gz
samba-4b403e912dbff0ac4ca7cc9e76872d314a86da37.tar.xz
samba-4b403e912dbff0ac4ca7cc9e76872d314a86da37.zip
loadparm: rename variable for "printable" from print_ok to printable
for consistency docs/funcstions/variables 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index 7c97af16f4..142eb62e77 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -35,7 +35,7 @@ FN_LOCAL_LIST(ntvfs_handler, ntvfs_handler)
FN_LOCAL_BOOL(msdfs_root, msdfs_root)
FN_LOCAL_BOOL(browseable, browseable)
FN_LOCAL_BOOL(read_only, read_only)
-FN_LOCAL_BOOL(printable, print_ok)
+FN_LOCAL_BOOL(printable, printable)
FN_LOCAL_BOOL(map_hidden, map_hidden)
FN_LOCAL_BOOL(map_archive, map_archive)
FN_LOCAL_BOOL(oplocks, oplocks)