Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2013 11:30:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ipfw@FreeBSD.org
Subject:   Re: kern/174749: commit references a PR
Message-ID:  <201304251130.r3PBU2JM078287@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/174749; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/174749: commit references a PR
Date: Thu, 25 Apr 2013 11:25:42 +0000 (UTC)

 Author: rrs
 Date: Thu Apr 25 11:25:24 2013
 New Revision: 249892
 URL: http://svnweb.freebsd.org/changeset/base/249892
 
 Log:
   MFC of r249848
   
   PR:	174749, 157796
 
 Modified:
   stable/9/sys/netinet/ip_output.c
 Directory Properties:
   stable/9/sys/   (props changed)
 
 Modified: stable/9/sys/netinet/ip_output.c
 ==============================================================================
 --- stable/9/sys/netinet/ip_output.c	Thu Apr 25 11:24:40 2013	(r249891)
 +++ stable/9/sys/netinet/ip_output.c	Thu Apr 25 11:25:24 2013	(r249892)
 @@ -194,8 +194,8 @@ ip_output(struct mbuf *m, struct mbuf *o
  		hlen = ip->ip_hl << 2;
  	}
  
 -	dst = (struct sockaddr_in *)&ro->ro_dst;
  again:
 +	dst = (struct sockaddr_in *)&ro->ro_dst;
  	ia = NULL;
  	/*
  	 * If there is a cached route,
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304251130.r3PBU2JM078287>