Skip to content

Commit

Permalink
upnp: fix regression introduced in 16.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Nov 24, 2016
1 parent caa742c commit 8e01375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/etc/inc/plugins.inc.d/miniupnpd.inc
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ function miniupnpd_firewall($fw)
return;
}

$fw->registerAnchor('miniupnpd/*', 'rdr');
$fw->registerAnchor('miniupnpd/*', 'fw');
$fw->registerAnchor('miniupnpd', 'rdr');
$fw->registerAnchor('miniupnpd', 'fw');
}

function miniupnpd_services()
Expand Down

0 comments on commit 8e01375

Please sign in to comment.