bk: 47fb46e6ThlpuUlCRxt58434Qvj6zQ
(void) unlink(req_file);
/*
- * Sleep a little to make sure the server is completely up
- */
- sleep(SLEEPTIME);
-
- /*
- * Set up the timers to do first try immediately.
+ * Set up the timers to do first shot immediately.
*/
resolve_timer = 0;
resolve_value = MINRESOLVE;
checkparent();
if (resolve_timer == 0) {
+ /*
+ * Sleep a little to make sure the network is completely up
+ */
+ sleep(SLEEPTIME);
doconfigure(1);
/* prepare retry, in case there's more work to do */