82186fd
diff -up dhcp-4.0.0/client/dhclient.c.fast dhcp-4.0.0/client/dhclient.c
82186fd
--- dhcp-4.0.0/client/dhclient.c.fast	2007-12-29 06:07:14.000000000 -1000
82186fd
+++ dhcp-4.0.0/client/dhclient.c	2007-12-29 06:08:07.000000000 -1000
82186fd
@@ -3624,10 +3624,7 @@ isc_result_t dhclient_interface_startup_
82186fd
 		ip -> flags |= INTERFACE_RUNNING;
82186fd
 		for (client = ip -> client; client; client = client -> next) {
82186fd
 			client -> state = S_INIT;
82186fd
-			/* Set up a timeout to start the initialization
82186fd
-			   process. */
82186fd
-			add_timeout (cur_time + random () % 5,
82186fd
-				     state_reboot, client, 0, 0);
82186fd
+			add_timeout (cur_time, state_reboot, client, 0, 0);
82186fd
 		}
82186fd
 	}
82186fd
 	return ISC_R_SUCCESS;