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

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 14 10:36:14 PDT 2008


Revision: 23597
          http://trac.macosforge.org/projects/launchd/changeset/23597
Author:   zarzycki at apple.com
Date:     2008-04-14 10:36:13 -0700 (Mon, 14 Apr 2008)

Log Message:
-----------
<rdar://problem/5822912> Cannot turn VoiceOver off

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-14 17:35:42 UTC (rev 23596)
+++ trunk/launchd/src/launchd_core_logic.c	2008-04-14 17:36:13 UTC (rev 23597)
@@ -6253,7 +6253,7 @@
 			job_log(j, LOG_DEBUG, "Mach service registration failed. Already active: %s", servicename);
 			return BOOTSTRAP_SERVICE_ACTIVE;
 		}
-		if (ms->recv) {
+		if (ms->recv && (serviceport != MACH_PORT_NULL)) {
 			job_log(j, LOG_ERR, "bootstrap_register() erroneous called instead of bootstrap_check_in(). Mach service: %s", servicename);
 			return BOOTSTRAP_NOT_PRIVILEGED;
 		}

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


More information about the launchd-changes mailing list