Projects
Browse Source     Search     Timeline     Wiki

Changeset 23004

Show
Ignore:
Timestamp:
01/04/07 16:11:52 (23 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/4889859> Leopard9A328: /SourceCache/xnu/xnu-1005/bsd/kern/kern_exit.c:249 "init died\nState at Last Exc

Files:
1 modified

Legend:

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

    r23003 r23004  
    904904        job_t j; 
    905905 
     906        if (shutdown_in_progress) { 
     907                errno = EINVAL; 
     908                return NULL; 
     909        } 
     910 
    906911        if (prog == NULL && argv == NULL) { 
    907912                errno = EINVAL;