From cd17020e66204a674dd32639930498e172b342e5 Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Tue, 4 Feb 2014 15:09:06 +1300 Subject: param: rename lp function and variable from "enumports_cmd" to "enumports_command" 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 dc6cb02f71..7167aec9fa 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -384,7 +384,7 @@ FN_GLOBAL_STRING(delete_share_command, delete_share_command) FN_GLOBAL_STRING(delete_group_script, delete_group_script) FN_GLOBAL_STRING(delete_user_from_group_script, delete_user_from_group_script) FN_GLOBAL_STRING(delete_user_script, delete_user_script) -FN_GLOBAL_STRING(enumports_cmd, enumports_cmd) +FN_GLOBAL_STRING(enumports_command, enumports_command) FN_GLOBAL_STRING(get_quota_command, get_quota_command) FN_GLOBAL_STRING(iprint_server, iprint_server) FN_GLOBAL_STRING(ldap_admin_dn, ldap_admin_dn) -- cgit