mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix an obvious typo.
This commit is contained in:
parent
3c5a057574
commit
a6512306ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue