diff options
author | Michael Adam <obnox@samba.org> | 2014-02-02 14:37:34 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-02-03 13:27:01 +1300 |
commit | 16c87623309db3b281a6ccd54fc680d351965eb1 (patch) | |
tree | afd2f40ea741c6c3a3f787ba1c0e2967e0da0518 /lib | |
parent | 974ad7ca7e213c89706fe51b6f09a419a1e7aa35 (diff) | |
download | samba-16c87623309db3b281a6ccd54fc680d351965eb1.tar.gz samba-16c87623309db3b281a6ccd54fc680d351965eb1.tar.xz samba-16c87623309db3b281a6ccd54fc680d351965eb1.zip |
loadparm: rename lp[cfg]_readonly to lp[cfg]_read_only 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 6a37cfe6b8..afba56b6d8 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -34,7 +34,7 @@ FN_LOCAL_STRING(fstype, fstype) FN_LOCAL_LIST(ntvfs_handler, ntvfs_handler) FN_LOCAL_BOOL(msdfs_root, msdfs_root) FN_LOCAL_BOOL(browseable, browseable) -FN_LOCAL_BOOL(readonly, readonly) +FN_LOCAL_BOOL(read_only, readonly) FN_LOCAL_BOOL(print_ok, print_ok) FN_LOCAL_BOOL(map_hidden, map_hidden) FN_LOCAL_BOOL(map_archive, map_archive) |