Projects
Browse Source     Search     Timeline     Wiki

Changeset 23607

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

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/SULeopard/launchd/src/launchd_core_logic.c

    r23585 r23607  
    59435943        } 
    59445944 
    5945         if (ms && machservice_hidden(ms) && !job_active(machservice_job(ms))) { 
     5945        if (ms && machservice_hidden(ms) && !machservice_active(ms)) { 
    59465946                ms = NULL; 
    59475947        } else if (ms && ms->per_user_hack) {