Changeset 1074 for trunk

Show
Ignore:
Timestamp:
08/11/08 12:46:30 (5 months ago)
Author:
ludovic.rousseau
Message:

mgr_shutdown(): do not return an error code if shutdown fails because of
a non existant status file (because openct was not running for example)

Closes Debian bug #494385 "prerm doesn't work if openct isn't running"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/tools/openct-control.c

    r1047 r1074  
    149149                fprintf(stderr, 
    150150                        "cannot access status file; no readers killed\n"); 
    151                 return 1; 
     151                return 0; 
    152152        } 
    153153