e83fb19
diff -up dhcp-4.3.0a1/common/dispatch.c.dracut dhcp-4.3.0a1/common/dispatch.c
e83fb19
--- dhcp-4.3.0a1/common/dispatch.c.dracut	2013-12-11 01:25:12.000000000 +0100
e83fb19
+++ dhcp-4.3.0a1/common/dispatch.c	2013-12-19 15:39:50.350505860 +0100
e83fb19
@@ -210,6 +210,10 @@ void add_timeout (when, where, what, ref
5a3797e
 	isc_interval_t interval;
5a3797e
 	isc_time_t expires;
5a3797e
 
5a3797e
+	if (when == NULL) {
5a3797e
+		return;
5a3797e
+	}
5a3797e
+
5a3797e
 	/* See if this timeout supersedes an existing timeout. */
5a3797e
 	t = (struct timeout *)0;
5a3797e
 	for (q = timeouts; q; q = q->next) {