Subject: CVS commit: src/sys/dist/ipf/netinet
To: None <source-changes@NetBSD.org>
From: Darren Reed <darrenr@netbsd.org>
List: source-changes
Date: 04/15/2006 13:58:44
Module Name:	src
Committed By:	darrenr
Date:		Sat Apr 15 13:58:43 UTC 2006

Modified Files:
	src/sys/dist/ipf/netinet: ip_auth.c

Log Message:
This change corrects what 1.6 tried to do.  This feels like a coverity fix
for a code path that should never actually happen (fr_newauth() should only
be called for auth rules - i.e. when fin_fr != NULL.  If it is possible to
call fr_newauth() with fin_fr == NULL then this change introduces a
regression compared to prior importing of 4.1.13.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/dist/ipf/netinet/ip_auth.c

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