Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Heiko W.Rupp <hwr@netbsd.org>
List: source-changes
Date: 04/25/1999 03:26:30
Module Name:	src
Committed By:	hwr
Date:		Sun Apr 25 10:26:30 UTC 1999

Modified Files:
	src/sys/netinet: igmp.c
Log Message:
If the incoming code value is 0, timer gets 0, which would mean
a divide by zero afterwards.
This is also, what Bill Fenner seems to have done in the FreeBSD igmp
code.
This should fix kern/6541.