CLEANUP: checks: remove misleading comments and statuses for external process
authorWilly Tarreau <w@1wt.eu>
Wed, 4 Oct 2017 13:07:02 +0000 (15:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Oct 2017 13:07:02 +0000 (15:07 +0200)
commit1e62e2a780a9118e478ba05c4bdb546f133d7e4d
treecd32b9a8743c84de59a964f2ce53872ecd3495da
parentb5259bf44f7b95174c1daa38e9dfd49f66e6ac01
CLEANUP: checks: remove misleading comments and statuses for external process

The external process check code abused a little bit from copy-pasting to
the point of making think it requires a connection... The initialization
code only returns SF_ERR_NONE and SF_ERR_RESOURCE, so the other one can
be folded there. The code now only uses the connection to report the
error status.
src/checks.c