Fix an obvious typo.

This commit is contained in:
Pawel Jakub Dawidek 2012-09-22 17:41:56 +00:00
parent 3c5a057574
commit a6512306ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240830

View File

@ -173,7 +173,7 @@ static void addr_send_arp(struct sockaddr_in *dst_in)
*dst = *dst_in;
rtalloc(&iproute);
if (iproute.ro_rt == NULL);
if (iproute.ro_rt == NULL)
return;
arpresolve(iproute.ro_rt->rt_ifp, iproute.ro_rt, NULL,