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 989d296591..f6e2001bf4 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -76,7 +76,7 @@ FN_LOCAL_LIST(vfs_objects, vfs_objects) FN_LOCAL_STRING(msdfs_proxy, msdfs_proxy) static FN_LOCAL_STRING(volume, volume) FN_LOCAL_STRING(veto_files, veto_files) -FN_LOCAL_STRING(hide_files, szHideFiles) +FN_LOCAL_STRING(hide_files, hide_files) FN_LOCAL_STRING(veto_oplocks, szVetoOplockFiles) FN_LOCAL_STRING(aio_write_behind, szAioWriteBehind) FN_LOCAL_STRING(dfree_command, szDfree) |