From 1fb0e6db2ca5f54643bb5e1e6f7f7b9faaff24ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Tue, 24 Aug 2010 21:15:48 +0200 Subject: [PATCH] Rename angel config "listen" to "allow-listen" --- src/angel/angel_plugin_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/angel/angel_plugin_core.c b/src/angel/angel_plugin_core.c index 095b3f8..3688503 100644 --- a/src/angel/angel_plugin_core.c +++ b/src/angel/angel_plugin_core.c @@ -271,7 +271,7 @@ static const liPluginItemOption core_listen_options[] = { static const liPluginItem core_items[] = { { "instance", core_instance_parse, core_instance_options }, - { "listen", core_listen_parse, core_listen_options }, + { "allow-listen", core_listen_parse, core_listen_options }, { NULL, NULL, NULL } };