Projects
Browse Source     Search     Timeline     Wiki

Changeset 23399

Show
Ignore:
Timestamp:
09/17/07 18:32:10 (15 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5487989> Regression due to 5475980

Files:
1 modified

Legend:

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

    r23397 r23399  
    715715 
    716716        if (jm->parentmgr) { 
     717                runtime_del_ref(); 
    717718                SLIST_REMOVE(&jm->parentmgr->submgrs, jm, jobmgr_s, sle); 
    718719        } else if (getpid() == 1) { 
     
    42294230        } 
    42304231 
     4232        if (jmr->parentmgr) { 
     4233                runtime_add_ref(); 
     4234        } 
     4235 
    42314236        return jmr; 
    42324237