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

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 18 23:41:24 PDT 2008


Revision: 23675
          http://trac.macosforge.org/projects/launchd/changeset/23675
Author:   zarzycki at apple.com
Date:     2008-08-18 23:41:24 -0700 (Mon, 18 Aug 2008)
Log Message:
-----------
Undo part of the last change before Damien commits in the same region.

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-08-19 06:39:43 UTC (rev 23674)
+++ trunk/launchd/src/launchd_core_logic.c	2008-08-19 06:41:24 UTC (rev 23675)
@@ -4176,9 +4176,7 @@
 		return;
 	}
 
-	if (fastpath(strcasecmp(key, LAUNCHD_TRUSTED_FD_ENV) == 0)) {
-		envitem_new(j, key, launch_data_get_string(obj), j->importing_global_env);
-	}
+	envitem_new(j, key, launch_data_get_string(obj), j->importing_global_env);
 }
 
 bool
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20080818/25b786c9/attachment.html 


More information about the launchd-changes mailing list