Projects
Browse Source     Search     Timeline     Wiki

Changeset 23354

Show
Ignore:
Timestamp:
09/04/07 16:33:25 (15 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5423935> Investigating: Logged out after waking from sleep

Files:
1 modified

Legend:

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

    r23353 r23354  
    25972597                                i_pid, kp[i].kp_proc.p_comm, i_uid, i_euid, i_svuid); 
    25982598 
     2599/* Temporarily disabled due to 5423935 and 4946119. */ 
     2600#if 0 
    25992601                /* Ask the accountless process to exit. */ 
    26002602                job_assumes(j, kill(i_pid, SIGTERM) != -1); 
     2603#endif 
    26012604        } 
    26022605