*** From dhcp-server -- To unsubscribe, see the end of this message. ***
Argh. Sorry about that. This is the problem with new features.
Sigh. Well, on the bright side, thanks for testing the DHCPINFORM
code for me - you're the first person to actually send me any
information on it dumping core, although one other person did try it.
I'm sorry for not being able to test it for you - I unfortunately
don't have any devices that can generate DHCPINFORM packets right
now. :'(
I believe that the patch included below should fix the core dump. If
you can try it out, I'd be grateful. If not, I understand. Again,
sorry for the core dump.
_MelloN_
Index: dhcp.c
===================================================================
RCS file: /proj/src/isc/cvs-1/DHCP/server/dhcp.c,v
retrieving revision 1.88
diff -c -r1.88 dhcp.c
*** dhcp.c 1999/04/23 23:47:51 1.88
--- dhcp.c 1999/04/26 23:05:26
***************
*** 467,472 ****
--- 467,473 ----
mask has been provided. */
i = DHO_SUBNET_MASK;
if (subnet && !lookup_option (&dhcp_universe, options, i)) {
+ oc = (struct option_cache *)0;
if (option_cache_allocate (&oc, "dhcpinform")) {
if (make_const_data (&oc -> expression,
subnet -> netmask.iabuf,
------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED] Please try to use the web
page first - it will take a long time for your request to be processed by hand.
Archives for this mailing list are available at
http://www.webnology.com/list-archives/dhcp/dhcp-server
------------------------------------------------------------------------------