CLEANUP: checks: remove minor warnings for assigned but not used variables
authorWilly Tarreau <w@1wt.eu>
Fri, 5 Oct 2012 12:54:30 +0000 (14:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 5 Oct 2012 12:54:30 +0000 (14:54 +0200)
commit392e9390e63316b30865ccfc5c961c1a0a9f0c2f
treecfa84712631ba2b531a83b04d6df8eab3f47d890
parente6baecfe23df016190ce80031b6be31d7f149592
CLEANUP: checks: remove minor warnings for assigned but not used variables

We don't use the return value from snd_buf/rcv_buf anymore since we only
rely on the connection flags.
src/checks.c