summaryrefslogtreecommitdiffstats
path: root/sys/contrib
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2012-09-22 17:41:56 +0000
committerpjd <pjd@FreeBSD.org>2012-09-22 17:41:56 +0000
commit49513a358327ab44bfa3bdd8356dd64cc35fbc91 (patch)
tree89e24b327ecc1d01f000615f5b51633b6b93cb89 /sys/contrib
parentbd2c3d028fbdb53dbbf020c5c580a73168561dbf (diff)
downloadFreeBSD-src-49513a358327ab44bfa3bdd8356dd64cc35fbc91.zip
FreeBSD-src-49513a358327ab44bfa3bdd8356dd64cc35fbc91.tar.gz
Fix an obvious typo.
Diffstat (limited to 'sys/contrib')
-rw-r--r--sys/contrib/rdma/rdma_addr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/rdma/rdma_addr.c b/sys/contrib/rdma/rdma_addr.c
index 33ec5ac..b1717c0 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,
OpenPOWER on IntegriCloud