Undo part of the last change before Damien commits in the same region.
--- 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