[launchd-changes] [23257] trunk/launchd/src/launchctl.c

source_changes at macosforge.org source_changes at macosforge.org
Fri May 18 12:37:43 PDT 2007


Revision: 23257
          http://trac.macosforge.org/projects/launchd/changeset/23257
Author:   zarzycki at apple.com
Date:     2007-05-18 12:37:43 -0700 (Fri, 18 May 2007)

Log Message:
-----------
<rdar://problem/5199075> Bug: launchctl.c:1498 (23236):35: fwexec(bcc_tool, true) != -1

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

Modified: trunk/launchd/src/launchctl.c
===================================================================
--- trunk/launchd/src/launchctl.c	2007-05-17 22:18:57 UTC (rev 23256)
+++ trunk/launchd/src/launchctl.c	2007-05-18 19:37:43 UTC (rev 23257)
@@ -1495,7 +1495,7 @@
 		return;
 	}
 
-	assumes(fwexec(bcc_tool, true) != -1);
+	fwexec(bcc_tool, true);
 }
 
 int

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


More information about the launchd-changes mailing list