diff options
Diffstat (limited to 'lib/param')
| -rw-r--r-- | lib/param/param_functions.c | 2 | ||||
| -rw-r--r-- | lib/param/param_table.c | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index a14ab4b30c..9d25db6b93 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -981,7 +981,7 @@ static struct parm_struct parm_table[] = { .label = "inherit permissions", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(inherit_perms), + .offset = LOCAL_VAR(inherit_permissions), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE, |
