Changeset 23597
- Timestamp:
- 04/14/08 10:36:13 (8 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
r23594 r23597 6254 6254 return BOOTSTRAP_SERVICE_ACTIVE; 6255 6255 } 6256 if (ms->recv ) {6256 if (ms->recv && (serviceport != MACH_PORT_NULL)) { 6257 6257 job_log(j, LOG_ERR, "bootstrap_register() erroneous called instead of bootstrap_check_in(). Mach service: %s", servicename); 6258 6258 return BOOTSTRAP_NOT_PRIVILEGED;

