mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo.
Submitted by: Olivér Pintér
This commit is contained in:
parent
d6a052e0e6
commit
ecf09f8321
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ arc_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
|
|||
#endif
|
||||
#ifdef INET6
|
||||
case AF_INET6:
|
||||
if ((m->m_flags & M_MCAST) != NULL)
|
||||
if ((m->m_flags & M_MCAST) != 0)
|
||||
adst = arcbroadcastaddr; /* ARCnet broadcast address */
|
||||
else
|
||||
error = nd6_storelladdr(ifp, m, dst, (u_char *)&adst, NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue