src/tincctl.c: inverse exit code for 'tinc stop' on Windows
authorKirill Isakov <is-kir@ya.ru>
Sat, 10 Jul 2021 11:13:34 +0000 (17:13 +0600)
committerKirill Isakov <is-kir@ya.ru>
Sat, 10 Jul 2021 15:18:14 +0000 (21:18 +0600)
commit444fd91a2138d82dc41be57fdc3ed185f6759ab0
treef4c4940eda562d41cc3c567487c8b93e34731e2a
parent1a52f8093fc2e894860aee82e4a20885099a7130
src/tincctl.c: inverse exit code for 'tinc stop' on Windows

On Windows, the `tinc stop` command returned 1 on success and 0 on
failure, which is the opposite of what happens everywhere else.
src/tincctl.c