mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Correct a typo.
MFC after: 5 days
This commit is contained in:
parent
2d0163ee22
commit
3c20163a70
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ epair_add_ifp_for_draining(struct ifnet *ifp)
|
|||
STAILQ_FOREACH(elm, &epair_dpcpu->epair_ifp_drain_list, ifp_next)
|
||||
if (elm->ifp == ifp)
|
||||
break;
|
||||
/* If the ipf is there already, return success. */
|
||||
/* If the ifp is there already, return success. */
|
||||
if (elm != NULL)
|
||||
return (0);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue