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 f209da9c5c..18549eebd8 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -72,7 +72,7 @@ FN_LOCAL_STRING(force_user, force_user) FN_LOCAL_STRING(force_group, force_group) FN_LOCAL_LIST(readlist, readlist) FN_LOCAL_LIST(writelist, writelist) -FN_LOCAL_LIST(vfs_objects, szVfsObjects) +FN_LOCAL_LIST(vfs_objects, vfs_objects) FN_LOCAL_STRING(msdfs_proxy, szMSDfsProxy) static FN_LOCAL_STRING(volume, volume) FN_LOCAL_STRING(veto_files, szVetoFiles) |