Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Michael Graff <explorer@netbsd.org>
List: source-changes
Date: 03/31/2005 17:07:39
Module Name: src
Committed By: explorer
Date: Thu Mar 31 17:07:39 UTC 2005
Modified Files:
src/sys/net: if_ppp.c
Log Message:
Fix error with ifq not being set before use. Explicitly set it to NULL just before it may be set to the fastq, since if this becomes a loop (and in one case already is) this will always work. ifq_enqueue2() is designed to handle this case.
To generate a diff of this commit:
cvs rdiff -r1.97 -r1.98 src/sys/net/if_ppp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.