Modified: trunk/launchd/src/launchd_core_logic.c (23293 => 23294)
--- trunk/launchd/src/launchd_core_logic.c 2007-07-03 19:53:19 UTC (rev 23293)
+++ trunk/launchd/src/launchd_core_logic.c 2007-07-03 20:01:00 UTC (rev 23294)
@@ -5433,10 +5433,6 @@
} else {
where = VPROCMGR_SESSION_AQUA;
}
- } else if (strcasecmp(where, VPROCMGR_SESSION_AQUA) != 0
- && strcasecmp(where, VPROCMGR_SESSION_LOGINWINDOW) != 0
- && strcasecmp(where, VPROCMGR_SESSION_BACKGROUND) != 0) {
- return;
}
if (strcasecmp(j->mgr->name, where) == 0) {