diff options
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 83761bb29e..a91dc4f067 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -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, bRootpreexecClose) +FN_LOCAL_BOOL(rootpreexec_close, rootpreexec_close) FN_LOCAL_INTEGER(casesensitive, iCaseSensitive) FN_LOCAL_BOOL(preservecase, bCasePreserve) FN_LOCAL_BOOL(shortpreservecase, bShortCasePreserve) |