Changeset 23607
- Timestamp:
- 04/28/08 13:40:36 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/SULeopard/launchd/src/launchd_core_logic.c
r23585 r23607 5943 5943 } 5944 5944 5945 if (ms && machservice_hidden(ms) && ! job_active(machservice_job(ms))) {5945 if (ms && machservice_hidden(ms) && !machservice_active(ms)) { 5946 5946 ms = NULL; 5947 5947 } else if (ms && ms->per_user_hack) {

