• Alessandro Rubini's avatar
    wrs-time: change Unix time too · 4dae1e34
    Alessandro Rubini authored
    time_operations->set() is rarely called for the white rabbit switch.
    Besides the special case with a NULL time pointer, it is only called
    by the normal servo, before WR-Mode is activated on the relevant link.
    This happens once only.
    
    In this situation, we should set Unix time, in addition to changing
    the WR timers. The code, as laid out would change Unix time upon
    repeated invocation of this function, but not the first time. Thus,
    we risked keeping a wrong system time even if WR synced to the
    external world.  This means syslog messages would be stamped at
    January 1970.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    4dae1e34
wrs-time.c 7.41 KB