This commit is contained in:
Thomas Bernard 2020-06-04 00:46:41 +02:00
parent 9b32a523bf
commit 45191081f1
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C
1 changed files with 2 additions and 0 deletions

View File

@ -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) {