Projects
Browse Source     Search     Timeline     Wiki

Changeset 23608

Show
Ignore:
Timestamp:
04/28/08 13:45:11 (7 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5884914> HideUntilCheckIn does not wait for bootstrap_check_in()

Files:
1 modified

Legend:

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

    r23604 r23608  
    63756375 
    63766376        if (likely(ms)) { 
    6377                 if (machservice_hidden(ms) && !job_active(machservice_job(ms))) { 
     6377                if (machservice_hidden(ms) && !machservice_active(ms)) { 
    63786378                        ms = NULL; 
    63796379                } else if (unlikely(ms->per_user_hack)) {