Changeset 23575
- Timestamp:
- 2008-03-27 14:40:32 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/SULeopard/launchd/src/launchd_core_logic.c
r23567 r23575 3917 3917 * launchctl.c for the other half of this hack. 3918 3918 */ 3919 if ( j->mgr->global_on_demand_cnt > 0&& strcmp(j->label, "com.apple.kextd") != 0) {3919 if ((j->mgr->shutting_down || j->mgr->global_on_demand_cnt > 0) && strcmp(j->label, "com.apple.kextd") != 0) { 3920 3920 return false; 3921 3921 }

