]> git.pld-linux.org Git - packages/dhcp.git/blob - dhcp-typo.patch
- patch no-ipv6 - don't require ipv6 support in kernel
[packages/dhcp.git] / dhcp-typo.patch
1 --- dhcp-3.1.0a1/common/tree.c~ 2006-08-01 00:19:51.000000000 +0200
2 +++ dhcp-3.1.0a1/common/tree.c  2006-10-25 19:22:49.000000000 +0200
3 @@ -106,7 +106,7 @@
4         const unsigned char *pos;
5         int len;
6  
7 -       if (d == NULL);
8 +       if (d == NULL)
9                 return NULL;
10  
11         pos = d->data;
This page took 0.027403 seconds and 3 git commands to generate.