Projects
Browse Source     Search     Timeline     Wiki

Changeset 23289

Show
Ignore:
Timestamp:
07/02/07 13:21:25 (17 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5279302> Bug: launchctl.c:1556 (23257):2: load_and_unload_cmd(the_argc, load_launchd_items) == 0

Files:
1 modified

Legend:

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

    r23288 r23289  
    15601560                } 
    15611561 
    1562                 assumes(load_and_unload_cmd(the_argc, load_launchd_items) == 0); 
     1562                return load_and_unload_cmd(the_argc, load_launchd_items); 
    15631563        } 
    15641564