Revision
23570
Author
zarzycki@apple.com
Date
2008-03-23 21:21:44 -0700 (Sun, 23 Mar 2008)

Log Message

Typo.

Modified Paths

Diff

Modified: trunk/launchd/src/launchd_core_logic.c (23569 => 23570)


--- trunk/launchd/src/launchd_core_logic.c	2008-03-21 23:33:28 UTC (rev 23569)
+++ trunk/launchd/src/launchd_core_logic.c	2008-03-24 04:21:44 UTC (rev 23570)
@@ -4843,7 +4843,7 @@
 		job_assumes(j, host_reboot(mach_host_self(), HOST_REBOOT_DEBUGGER) == KERN_SUCCESS);
 	}
 
-	if (ms->recv && job_assumes(j, !machservice_active(ms)) {
+	if (ms->recv && job_assumes(j, !machservice_active(ms))) {
 		job_assumes(j, launchd_mport_close_recv(ms->port) == KERN_SUCCESS);
 	}