Projects
Browse Source     Search     Timeline     Wiki

Changeset 23353

Show
Ignore:
Timestamp:
09/04/07 15:55:10 (15 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5455720> 9A536: No SMB sharing

Files:
1 modified

Legend:

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

    r23347 r23353  
    20342034                } else { 
    20352035                        job_watch(j); 
     2036 
     2037                        /* 
     2038                         * 5455720 
     2039                         * 
     2040                         * Path checking and monitoring is really racy right now. 
     2041                         * We should clean this up post Leopard. 
     2042                         */ 
     2043                        if (job_keepalive(j)) { 
     2044                                job_start(j); 
     2045                        } 
    20362046                } 
    20372047        } else {