commit | 7259fa2b89d20462f0222ac49d51575d20025e6b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Mar 04 10:46:13 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 04 12:02:27 2020 +0100 |
tree | 633e1c5d6ee3a3567ffe9b7ed4807e09865e3dc3 | |
parent | 842e94ee06c2c1e57078d91c28371248cf471386 [diff] |
BUG/MINOR: wdt: do not return an error when the watchdog couldn't be enabled On operating systems not supporting to create a timer on POSIX_THREAD_CPUTIME we emit a warning but we return an error so the process fails to start, which is absurd. Let's return a success once the warning is emitted instead. This may be backported to 2.1 and 2.0.