diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/inet/ipf/fil.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/uts/common/inet/ipf/fil.c b/usr/src/uts/common/inet/ipf/fil.c index 0f0b80392f..9c97637d8e 100644 --- a/usr/src/uts/common/inet/ipf/fil.c +++ b/usr/src/uts/common/inet/ipf/fil.c @@ -3687,8 +3687,6 @@ ipf_stack_t *ifs; * Lookup all the interface names that are part of the rule. */ for (i = 0; i < 4; i++) { - if ((ifp != NULL) && (fr->fr_ifas[i] != ifp)) - continue; fr->fr_ifas[i] = fr_ifsync(action, rv, ifname, fr->fr_ifnames[i], ifp, fr->fr_ifas[i], |