Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2002 12:17:52 +0100 (BST)
From:      Gavin Atkinson <gavin@ury.york.ac.uk>
To:        Brian Somers <brian@Awfulhak.org>
Cc:        <stable@FreeBSD.ORG>, <qa@FreeBSD.ORG>, <murray@FreeBSD.ORG>, <obrien@FreeBSD.ORG>
Subject:   Re: BUG: isc-dhcp dhclient infinite loop regression in 4.6-PRE 
Message-ID:  <Pine.BSF.4.33.0205201216090.72039-100000@ury.york.ac.uk>
In-Reply-To: <200205171157.g4HBvUWs091777@hak.lan.Awfulhak.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Fri, 17 May 2002, Brian Somers wrote:

> Hi,
>
> As Murray's pretty much busy with real life at the moment, can I ask
> you to try this patch ?

Have been able to test this now, and both this patch, and the patch
submitted by Peter Radcliffe work as expected. Thanks!

Gavin

> Index: discover.c
> ===================================================================
> RCS file: /home/ncvs/src/contrib/isc-dhcp/common/discover.c,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 discover.c
> --- discover.c	19 Feb 2002 11:04:33 -0000	1.1.1.1
> +++ discover.c	17 May 2002 11:51:50 -0000
> @@ -755,8 +755,7 @@
>        again:
>  	if ((result =
>  	     receive_packet (ip, u.packbuf, sizeof u, &from, &hfrom)) < 0) {
> -		log_error ("receive_packet failed on %s: %m", ip -> name);
> -		return ISC_R_UNEXPECTED;
> +		log_fatal ("receive_packet failed on %s: %m", ip -> name);
>  	}
>  	if (result == 0)
>  		return ISC_R_UNEXPECTED;
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-qa" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0205201216090.72039-100000>