Commit c698c1fc authored by Franco Fichtner's avatar Franco Fichtner

rc: this wasn't properly protected

(cherry picked from commit 2a322bff)
parent 39255c5a
......@@ -222,7 +222,9 @@ mwexec("/usr/local/etc/rc.dyndns.update");
filter_configure_sync();
/* Run all registered plugins */
plugins_configure();
if (function_exists('plugins_configure')) {
plugins_configure();
}
/* start IPsec tunnels */
$ipsec_dynamic_hosts = ipsec_configure();
......
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