SOURCES: dhcp-typo.patch (NEW) - fix stupid typo in parser
baggins
baggins at pld-linux.org
Wed Oct 25 19:23:56 CEST 2006
Author: baggins Date: Wed Oct 25 17:23:56 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix stupid typo in parser
---- Files affected:
SOURCES:
dhcp-typo.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/dhcp-typo.patch
diff -u /dev/null SOURCES/dhcp-typo.patch:1.1
--- /dev/null Wed Oct 25 19:23:56 2006
+++ SOURCES/dhcp-typo.patch Wed Oct 25 19:23:51 2006
@@ -0,0 +1,11 @@
+--- dhcp-3.1.0a1/common/tree.c~ 2006-08-01 00:19:51.000000000 +0200
++++ dhcp-3.1.0a1/common/tree.c 2006-10-25 19:22:49.000000000 +0200
+@@ -106,7 +106,7 @@
+ const unsigned char *pos;
+ int len;
+
+- if (d == NULL);
++ if (d == NULL)
+ return NULL;
+
+ pos = d->data;
================================================================
More information about the pld-cvs-commit
mailing list