mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-14 00:22:29 +00:00
fix 9b32a523bf284a661310b22b3fe8716ab31294ca
This commit is contained in:
parent
9b32a523bf
commit
45191081f1
@ -543,7 +543,9 @@ get_redirect_rule(const char * ifname, unsigned short eport, int proto,
|
|||||||
int
|
int
|
||||||
get_redirect_rule_count(const char * ifname)
|
get_redirect_rule_count(const char * ifname)
|
||||||
{
|
{
|
||||||
|
rule_t *r;
|
||||||
int n = 0;
|
int n = 0;
|
||||||
|
UNUSED(ifname);
|
||||||
|
|
||||||
refresh_nft_cache_redirect();
|
refresh_nft_cache_redirect();
|
||||||
LIST_FOREACH(r, &head_redirect, entry) {
|
LIST_FOREACH(r, &head_redirect, entry) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user