diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-02-04 15:09:10 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-02-07 16:19:15 -0800 |
commit | c81c75d263ffe75556cefa2938d6ebc94fae1b67 (patch) | |
tree | f965eba8a74ca064762e44e440ff26752e8a5a75 /lib/param/param_functions.c | |
parent | 51f8a24d26e0e9358b8a87fdeecfebc80229de38 (diff) | |
download | samba-c81c75d263ffe75556cefa2938d6ebc94fae1b67.tar.gz samba-c81c75d263ffe75556cefa2938d6ebc94fae1b67.tar.xz samba-c81c75d263ffe75556cefa2938d6ebc94fae1b67.zip |
param: rename lp function and variable from "onlyuser" to "only_user"
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
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 6587b2d8e9..5876e62a0b 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -103,7 +103,7 @@ FN_LOCAL_PARM_BOOL(posix_locking, posix_locking) FN_LOCAL_BOOL(kernel_oplocks, kernel_oplocks) FN_LOCAL_BOOL(level2_oplocks, level2_oplocks) FN_LOCAL_BOOL(kernel_share_modes, kernel_share_modes) -FN_LOCAL_BOOL(onlyuser, onlyuser) +FN_LOCAL_BOOL(only_user, only_user) FN_LOCAL_PARM_BOOL(mangled_names, mangled_names) FN_LOCAL_BOOL(follow_symlinks, follow_symlinks) FN_LOCAL_BOOL(syncalways, syncalways) |