Projects
Browse Source     Search     Timeline     Wiki

Changeset 23365

Show
Ignore:
Timestamp:
09/10/07 11:38:14 (15 months ago)
Author:
zarzycki@…
Message:

Better error reporting.

Files:
1 modified

Legend:

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

    r23362 r23365  
    12701270        drain_reply_port = MACH_PORT_NULL; 
    12711271 
    1272         if (!launchd_assumes(job_mig_log_drain_reply(tmp_port, 0, outval, outvalCnt) == 0)) { 
     1272        if (!launchd_assumes((errno = job_mig_log_drain_reply(tmp_port, 0, outval, outvalCnt)) == 0)) { 
    12731273                launchd_assumes(launchd_mport_deallocate(tmp_port) == KERN_SUCCESS); 
    12741274        }