Changeset 23247
- Timestamp:
- 05/08/07 12:23:04 (19 months ago)
- Files:
-
- 1 modified
-
trunk/launchd/src/launchd_core_logic.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchd_core_logic.c
r23246 r23247 1877 1877 jobmgr_t jmi, jmn; 1878 1878 job_t ji, jn; 1879 1880 if (jm->shutting_down) { 1881 return; 1882 } 1879 1883 1880 1884 SLIST_FOREACH_SAFE(jmi, &jm->submgrs, sle, jmn) { … … 3951 3955 job_assumes(j, launchd_mport_deallocate(ms->port) == KERN_SUCCESS); 3952 3956 3957 if (ms->port == the_exception_server) { 3958 the_exception_server = 0; 3959 } 3960 3953 3961 job_log(j, LOG_INFO, "Mach service deleted%s: %s", port_died ? " (port died)" : "", ms->name); 3954 3962

