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