The following reply was made to PR kern/157796; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: kern/157796: commit references a PR
Date: Thu, 25 Apr 2013 11:24:53 +0000 (UTC)

 Author: rrs
 Date: Thu Apr 25 11:24:40 2013
 New Revision: 249891
 URL: http://svnweb.freebsd.org/changeset/base/249891
 
 Log:
   MFC of PR r249848.
   
   PR:          174749, 157796
 
 Modified:
   stable/8/sys/netinet/ip_output.c
 Directory Properties:
   stable/8/sys/   (props changed)
   stable/8/sys/netinet/   (props changed)
 
 Modified: stable/8/sys/netinet/ip_output.c
 ==============================================================================
 --- stable/8/sys/netinet/ip_output.c   Thu Apr 25 08:57:15 2013        
(r249890)
 +++ stable/8/sys/netinet/ip_output.c   Thu Apr 25 11:24:40 2013        
(r249891)
 @@ -197,8 +197,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;
        /*
         * If there is a cached route,
         * check that it is to the same destination
 _______________________________________________
 svn-src-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
 
_______________________________________________
freebsd-ipfw@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "freebsd-ipfw-unsubscr...@freebsd.org"

Reply via email to