Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/net



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.




Home | Main Index | Thread Index | Old Index