Fix an obvious typo.

This commit is contained in:
Pawel Jakub Dawidek 2012-09-22 17:41:56 +00:00
parent 3c5a057574
commit a6512306ce

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,