Commit 32818736 authored by Franco Fichtner's avatar Franco Fichtner

relayd: called the other 'local'

(cherry picked from commit 8a5b32bf)
parent cc49fe0c
...@@ -94,7 +94,7 @@ function relayd_configure() ...@@ -94,7 +94,7 @@ function relayd_configure()
{ {
return array( return array(
'bootup' => array('relayd_configure_do'), 'bootup' => array('relayd_configure_do'),
'xmlrpc' => array('relayd_configure_do'), 'remote' => array('relayd_configure_do'),
); );
} }
......
...@@ -143,7 +143,7 @@ function filter_configure_xmlrpc() ...@@ -143,7 +143,7 @@ function filter_configure_xmlrpc()
openvpn_resync_all(); openvpn_resync_all();
if (function_exists('plugins_configure')) { if (function_exists('plugins_configure')) {
plugins_configure('xmlrpc'); plugins_configure('remote');
} }
return true; return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment