diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2012-09-22 17:41:56 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2012-09-22 17:41:56 +0000 |
| commit | a6512306ce1bb28425b7d6f9a2eae1abca4ccb28 (patch) | |
| tree | 89e24b327ecc1d01f000615f5b51633b6b93cb89 /sys/contrib/rdma | |
| parent | 3c5a057574986a6f3d0520d5a0c92b7a3123f2fd (diff) | |
Notes
Diffstat (limited to 'sys/contrib/rdma')
| -rw-r--r-- | sys/contrib/rdma/rdma_addr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/rdma/rdma_addr.c b/sys/contrib/rdma/rdma_addr.c index 33ec5acb2553..b1717c0d2766 100644 --- a/sys/contrib/rdma/rdma_addr.c +++ b/sys/contrib/rdma/rdma_addr.c @@ -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, |
