From a6512306ce1bb28425b7d6f9a2eae1abca4ccb28 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Sat, 22 Sep 2012 17:41:56 +0000 Subject: [PATCH] Fix an obvious typo. --- sys/contrib/rdma/rdma_addr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,