Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I have comitted, as attached, for 3.0.2rc1. It's slightly different because I wasn't paying close enough attention before. Sorry Martin, if that causes you extra work. --=20 David W. Hankins "If you don't do it right the first time, Operations Engineer you'll just have to do it again." Internet Systems Consortium, Inc. -- Jack T. Hankins -- Attached file included as plaintext by Ecartis -- Index: dhclient.c =================================================================== RCS file: /proj/cvs/prod/DHCP/client/dhclient.c,v retrieving revision 1.129.2.19 diff -u -r1.129.2.19 dhclient.c --- dhclient.c 10 Jul 2004 00:11:16 -0000 1.129.2.19 +++ dhclient.c 1 Sep 2004 22:11:50 -0000 @@ -1946,6 +1946,9 @@ else oc = (struct option_cache *)0; + if (client -> sent_options) + option_state_dereference (&client -> sent_options, MDL); + make_client_options (client, lease, &request, oc, ((client -> state == S_REQUESTING || client -> state == S_REBOOTING) @@ -1968,7 +1971,6 @@ (struct data_string *)0, client -> config -> vendor_space_name); - option_state_dereference (&client -> sent_options, MDL); if (client -> packet_length < BOOTP_MIN_LEN) client -> packet_length = BOOTP_MIN_LEN; -- Attached file included as plaintext by Ecartis -- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBNkoxcXeLeWu2vmoRAsdsAJ40GMB+KCEQtpPqDOnfC/zHicQypgCgpSGk eCli02/xsOPN3meSPsEP0xw= =zdYu -----END PGP SIGNATURE-----