Projects
Browse Source     Search     Timeline     Wiki

Changeset 23576

Show
Ignore:
Timestamp:
2008-03-27 14:42:31 (7 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5817359> 10.5.3 Regression: 9D8: After installing Final Cut Studio 2, machine fails to restart

Files:
1 modified

Legend:

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

    r23574 r23576  
    41294129         * launchctl.c for the other half of this hack. 
    41304130         */ 
    4131         if (unlikely(j->mgr->global_on_demand_cnt > 0 && is_not_kextd)) { 
     4131        if (unlikely((j->mgr->shutting_down || j->mgr->global_on_demand_cnt > 0) && is_not_kextd)) { 
    41324132                return false; 
    41334133        }