From e3052c5bd94de2ae282c124685f17f5632e14b29 Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Tue, 4 Feb 2014 15:09:11 +1300 Subject: param: rename lp function and variable from "writelist" to "write_list" Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett 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 99393fed62..fd8337e6b7 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -71,7 +71,7 @@ FN_LOCAL_STRING(comment, comment) FN_LOCAL_STRING(force_user, force_user) FN_LOCAL_STRING(force_group, force_group) FN_LOCAL_LIST(read_list, read_list) -FN_LOCAL_LIST(writelist, writelist) +FN_LOCAL_LIST(write_list, write_list) FN_LOCAL_LIST(vfs_objects, vfs_objects) FN_LOCAL_STRING(msdfs_proxy, msdfs_proxy) FN_LOCAL_STRING(volume, volume) -- cgit