Date: Sun, 25 Jan 2004 03:30:50 -0800 (PST) From: Martin Blapp <mbr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client dhclient.c Message-ID: <200401251130.i0PBUoAP021153@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mbr 2004/01/25 03:30:50 PST FreeBSD src repository Modified files: contrib/isc-dhcp/client dhclient.c Log: Dhclient dumps core on suspend/resume cycles. If the client isn't active then we need to go to the reboot state or in state_bound it will core on the de-reference of client -> active -> options since client -> active = NULL. While we are here, fix the indentation. Submitted by: Doug Ambrisko <ambrisko@ambrisko.com> Revision Changes Path 1.36 +9 -4 src/contrib/isc-dhcp/client/dhclient.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401251130.i0PBUoAP021153>