Changeset 23608
- Timestamp:
- 04/28/08 13:45:11 (7 months ago)
- Files:
-
- 1 modified
-
trunk/launchd/src/launchd_core_logic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchd_core_logic.c
r23604 r23608 6375 6375 6376 6376 if (likely(ms)) { 6377 if (machservice_hidden(ms) && ! job_active(machservice_job(ms))) {6377 if (machservice_hidden(ms) && !machservice_active(ms)) { 6378 6378 ms = NULL; 6379 6379 } else if (unlikely(ms->per_user_hack)) {

