Subject: CVS commit: src/sys/netinet6
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/29/2007 06:12:48
Module Name:	src
Committed By:	dyoung
Date:		Mon Jan 29 06:12:48 UTC 2007

Modified Files:
	src/sys/netinet6: ip6_output.c

Log Message:
In In ip6_setmoptions(), don't leave a route cache (struct route_in6)
on the stack if we exit with EADDRNOTAVAIL.

(I already fixed this bug once tonight.  Clearly, ip6_setmoptions
was cut-and-pasted from ip_setmoptions.)


To generate a diff of this commit:
cvs rdiff -r1.111 -r1.112 src/sys/netinet6/ip6_output.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.