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 | 51f8a24d26e0e9358b8a87fdeecfebc80229de38 (patch) | |
tree | 38ee9321fd7b592b4af1d22e65e0ca7bd3dfc8c1 /lib/param/param_functions.c | |
parent | 63598ff628b874e3d4778939ac6f2b70292c9360 (diff) | |
download | samba-51f8a24d26e0e9358b8a87fdeecfebc80229de38.tar.gz samba-51f8a24d26e0e9358b8a87fdeecfebc80229de38.tar.xz samba-51f8a24d26e0e9358b8a87fdeecfebc80229de38.zip |
param: rename lp function and variable from "inherit_perms" to "inherit_permissions"
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 db237c8c0b..6587b2d8e9 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -116,7 +116,7 @@ FN_LOCAL_BOOL(dos_filetimes, dos_filetimes) FN_LOCAL_BOOL(dos_filetime_resolution, dos_filetime_resolution) FN_LOCAL_BOOL(fake_directory_create_times, fake_directory_create_times) FN_LOCAL_BOOL(blocking_locks, blocking_locks) -FN_LOCAL_BOOL(inherit_perms, inherit_perms) +FN_LOCAL_BOOL(inherit_permissions, inherit_permissions) FN_LOCAL_BOOL(inherit_acls, inherit_acls) FN_LOCAL_BOOL(inherit_owner, inherit_owner) FN_LOCAL_BOOL(use_client_driver, use_client_driver) |