diff options
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 81b619ff4e..53a0dc59cc 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -49,7 +49,7 @@ FN_LOCAL_INTEGER(directory_mask, directory_mask) FN_LOCAL_INTEGER(force_directory_mode, force_directory_mode) FN_LOCAL_STRING(preexec, preexec) FN_LOCAL_STRING(postexec, postexec) -FN_LOCAL_STRING(rootpreexec, rootpreexec) +FN_LOCAL_STRING(root_preexec, root_preexec) FN_LOCAL_STRING(root_postexec, root_postexec) FN_LOCAL_STRING(dont_descend, dont_descend) FN_LOCAL_STRING(username, username) @@ -82,7 +82,7 @@ FN_LOCAL_STRING(aio_write_behind, aio_write_behind) FN_LOCAL_STRING(dfree_command, dfree_command) FN_LOCAL_BOOL(autoloaded, autoloaded) FN_LOCAL_BOOL(preexec_close, preexec_close) -FN_LOCAL_BOOL(rootpreexec_close, rootpreexec_close) +FN_LOCAL_BOOL(root_preexec_close, root_preexec_close) FN_LOCAL_INTEGER(case_sensitive, case_sensitive) FN_LOCAL_BOOL(preserve_case, preserve_case) FN_LOCAL_BOOL(short_preserve_case, short_preserve_case) |