Modified: trunk/launchd/src/launchd_core_logic.c (22903 => 22904)
--- trunk/launchd/src/launchd_core_logic.c 2006-10-16 23:58:59 UTC (rev 22903)
+++ trunk/launchd/src/launchd_core_logic.c 2006-10-17 17:56:58 UTC (rev 22904)
@@ -1654,7 +1654,7 @@
td = time(NULL) - j->start_time;
- if (td < j->min_run_time && !j->legacy_mach_job) {
+ if (td < j->min_run_time && !j->legacy_mach_job && !j->inetcompat) {
time_t respawn_delta = j->min_run_time - td;
job_log(j, LOG_WARNING, "Throttling respawn: Will start in %ld seconds", respawn_delta);