Projects
Browse Source     Search     Timeline     Wiki

Changeset 23247

Show
Ignore:
Timestamp:
05/08/07 12:23:04 (19 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5174670> 9A422: Finder, Dock and SystemUIServer don't launch during login

Files:
1 modified

Legend:

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

    r23246 r23247  
    18771877        jobmgr_t jmi, jmn; 
    18781878        job_t ji, jn; 
     1879 
     1880        if (jm->shutting_down) { 
     1881                return; 
     1882        } 
    18791883 
    18801884        SLIST_FOREACH_SAFE(jmi, &jm->submgrs, sle, jmn) { 
     
    39513955        job_assumes(j, launchd_mport_deallocate(ms->port) == KERN_SUCCESS); 
    39523956 
     3957        if (ms->port == the_exception_server) { 
     3958                the_exception_server = 0; 
     3959        } 
     3960 
    39533961        job_log(j, LOG_INFO, "Mach service deleted%s: %s", port_died ? " (port died)" : "", ms->name); 
    39543962