Projects
Browse Source     Search     Timeline     Wiki

Changeset 23383

Show
Ignore:
Timestamp:
09/13/07 16:43:46 (15 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5480998> Performance regression due to 5418922

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/launchd_core_logic.c

    r23381 r23383  
    23422342        td /= NSEC_PER_SEC; 
    23432343 
    2344         if (td < j->min_run_time && !j->legacy_mach_job && !j->inetcompat) { 
     2344        if (j->start_time && (td < j->min_run_time) && !j->legacy_mach_job && !j->inetcompat) { 
    23452345                time_t respawn_delta = j->min_run_time - td; 
    23462346