Minor style fix.

This commit is contained in:
Jonathan Lemon 2001-12-13 04:01:01 +00:00
parent 68f04dad74
commit c448c89c59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87776

View File

@ -234,8 +234,8 @@ arp_rtrequest(req, rt, info)
* in `arp -a' listings as unresolved. It's not actually
* functional. Then the same for broadcast.
*/
if (IN_MULTICAST(ntohl(SIN(rt_key(rt))->sin_addr.s_addr))
&& rt->rt_ifp->if_type != IFT_ARCNET) {
if (IN_MULTICAST(ntohl(SIN(rt_key(rt))->sin_addr.s_addr)) &&
rt->rt_ifp->if_type != IFT_ARCNET) {
ETHER_MAP_IP_MULTICAST(&SIN(rt_key(rt))->sin_addr,
LLADDR(SDL(gate)));
SDL(gate)->sdl_alen = 6;