SOURCES: dhcp-3.0.3-x-option.patch - updated to 3.1a1

baggins baggins at pld-linux.org
Mon Jan 22 00:47:39 CET 2007


Author: baggins                      Date: Sun Jan 21 23:47:39 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 3.1a1

---- Files affected:
SOURCES:
   dhcp-3.0.3-x-option.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/dhcp-3.0.3-x-option.patch
diff -u SOURCES/dhcp-3.0.3-x-option.patch:1.1 SOURCES/dhcp-3.0.3-x-option.patch:1.2
--- SOURCES/dhcp-3.0.3-x-option.patch:1.1	Wed Aug 23 06:40:58 2006
+++ SOURCES/dhcp-3.0.3-x-option.patch	Mon Jan 22 00:47:33 2007
@@ -1,9 +1,9 @@
 --- dhcp-3.0.2/common/parse.c.extended_option_environment	2005-04-05 17:49:36.513062562 -0400
 +++ dhcp-3.0.2/common/parse.c	2005-04-05 17:49:36.580052656 -0400
 @@ -1270,6 +1270,10 @@
- 	option_hash_add (option -> universe -> hash,
- 			 (const char *)option -> name,
- 			 0, option, MDL);
+ 			     option, MDL);
+ 	option_name_hash_add(option->universe->name_hash, option->name, 0,
+ 			     option, MDL);
 +#ifdef EXTENDED_NEW_OPTION_INFO
 +	if ( new_option_info_tree != 0L )
 +		add_new_option_info( option );
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/dhcp-3.0.3-x-option.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list