summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-02-02 14:48:41 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-02-03 13:27:15 +1300
commit4286e147a62af784f4661cdd9d668e4d86cba4f2 (patch)
treef332233b28f3021ff2396104a8d8dd147d2f609a /lib
parent0cdb0f899809b624b5b5b234acdf974ac14a8d13 (diff)
downloadsamba-4286e147a62af784f4661cdd9d668e4d86cba4f2.tar.gz
samba-4286e147a62af784f4661cdd9d668e4d86cba4f2.tar.xz
samba-4286e147a62af784f4661cdd9d668e4d86cba4f2.zip
loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable 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')
-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 31b2beec417..7c97af16f40 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(print_ok, print_ok)
+FN_LOCAL_BOOL(printable, print_ok)
FN_LOCAL_BOOL(map_hidden, map_hidden)
FN_LOCAL_BOOL(map_archive, map_archive)
FN_LOCAL_BOOL(oplocks, oplocks)