Projects
Browse Source     Search     Timeline     Wiki

Changeset 23129

Show
Ignore:
Timestamp:
03/04/07 09:34:05 (21 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5025353> Bug: launchd_core_logic.c:4524 (23087):3: jmi != NULL

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/launchd_core_logic.c

    r23125 r23129  
    45694569        } 
    45704570 
     4571        if (strcasecmp(j->mgr->name, where) == 0) { 
     4572                return; 
     4573        } 
     4574 
    45714575        SLIST_FOREACH(jmi, &root_jobmgr->submgrs, sle) { 
    45724576                if (strcasecmp(jmi->name, where) == 0) {