Commit 8e013753 authored by Franco Fichtner's avatar Franco Fichtner

upnp: fix regression introduced in 16.7.8

PR: https://forum.opnsense.org/index.php?topic=3976
parent caa742cc
...@@ -39,8 +39,8 @@ function miniupnpd_firewall($fw) ...@@ -39,8 +39,8 @@ function miniupnpd_firewall($fw)
return; return;
} }
$fw->registerAnchor('miniupnpd/*', 'rdr'); $fw->registerAnchor('miniupnpd', 'rdr');
$fw->registerAnchor('miniupnpd/*', 'fw'); $fw->registerAnchor('miniupnpd', 'fw');
} }
function miniupnpd_services() function miniupnpd_services()
......
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