--- 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;