[launchd-changes] [23608] trunk/launchd/src/launchd_core_logic.c

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 28 13:45:12 PDT 2008


Revision: 23608
          http://trac.macosforge.org/projects/launchd/changeset/23608
Author:   zarzycki at apple.com
Date:     2008-04-28 13:45:11 -0700 (Mon, 28 Apr 2008)

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

Modified Paths:
--------------
    trunk/launchd/src/launchd_core_logic.c

Modified: trunk/launchd/src/launchd_core_logic.c
===================================================================
--- trunk/launchd/src/launchd_core_logic.c	2008-04-28 20:40:36 UTC (rev 23607)
+++ trunk/launchd/src/launchd_core_logic.c	2008-04-28 20:45:11 UTC (rev 23608)
@@ -6374,7 +6374,7 @@
 	}
 
 	if (likely(ms)) {
-		if (machservice_hidden(ms) && !job_active(machservice_job(ms))) {
+		if (machservice_hidden(ms) && !machservice_active(ms)) {
 			ms = NULL;
 		} else if (unlikely(ms->per_user_hack)) {
 			ms = NULL;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20080428/c35a7fa7/attachment.html


More information about the launchd-changes mailing list