Changeset 23129
- Timestamp:
- 03/04/07 09:34:05 (21 months ago)
- Files:
-
- 1 modified
-
trunk/launchd/src/launchd_core_logic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchd_core_logic.c
r23125 r23129 4569 4569 } 4570 4570 4571 if (strcasecmp(j->mgr->name, where) == 0) { 4572 return; 4573 } 4574 4571 4575 SLIST_FOREACH(jmi, &root_jobmgr->submgrs, sle) { 4572 4576 if (strcasecmp(jmi->name, where) == 0) {

