Projects
Browse Source     Search     Timeline     Wiki

Changeset 23597

Show
Ignore:
Timestamp:
2008-04-14 10:36:13 (5 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5822912> Cannot turn VoiceOver off

Files:
1 modified

Legend:

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

    r23594 r23597  
    62546254                        return BOOTSTRAP_SERVICE_ACTIVE; 
    62556255                } 
    6256                 if (ms->recv) { 
     6256                if (ms->recv && (serviceport != MACH_PORT_NULL)) { 
    62576257                        job_log(j, LOG_ERR, "bootstrap_register() erroneous called instead of bootstrap_check_in(). Mach service: %s", servicename); 
    62586258                        return BOOTSTRAP_NOT_PRIVILEGED;