67f0e6d Fix check_time_rule() return value on failure

1 file Authored by jhrozek 13 years ago, Committed by sgallagh 13 years ago,
    Fix check_time_rule() return value on failure
    
    The value returned in the 'done:' label was always EOK which is wrong as
    any parsing errors are not returned to the caller.
    
    Fixes: #583