Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Submitted by:	Olivér Pintér
  • Loading branch information
AlexanderChernikov committed Jan 9, 2015
1 parent 19e47cd commit b8cd639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net/if_arcsubr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b8cd639

Please sign in to comment.