From 58aeebf0cd9efe66548d02953e3df01bc468095e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:03:25 +1300 Subject: param: Rename variable used for lp_vfs_objects szVfsObjects Signed-off-by: Andrew Bartlett Signed-off-by: Garming Sam Reviewed-by: Jeremy Allison --- lib/param/param_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/param/param_functions.c') 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) -- cgit