svn commit: r240830 - head/sys/contrib/rdma

Pawel Jakub Dawidek pjd at FreeBSD.org
Sat Sep 22 17:41:56 UTC 2012


Author: pjd
Date: Sat Sep 22 17:41:56 2012
New Revision: 240830
URL: http://svn.freebsd.org/changeset/base/240830

Log:
  Fix an obvious typo.

Modified:
  head/sys/contrib/rdma/rdma_addr.c

Modified: head/sys/contrib/rdma/rdma_addr.c
==============================================================================
--- head/sys/contrib/rdma/rdma_addr.c	Sat Sep 22 17:32:40 2012	(r240829)
+++ head/sys/contrib/rdma/rdma_addr.c	Sat Sep 22 17:41:56 2012	(r240830)
@@ -173,7 +173,7 @@ static void addr_send_arp(struct sockadd
 	*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, 


More information about the svn-src-all mailing list