]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: connection: fix double negation on memcmp()
authorDavid CARLIER <devnexen@gmail.com>
Thu, 24 Mar 2016 09:22:36 +0000 (09:22 +0000)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Mar 2016 10:25:46 +0000 (11:25 +0100)
commit42ff05e2d3d10e8a1e070e66e8883c5eabe196d7
tree27b9a1703e7fff3ec28dbb06c2350e216de7b5d0
parent8ab1043c6bdc3c044edb31a674031d277b877bc7
CLEANUP: connection: fix double negation on memcmp()

Nothing harmful in here, just clarify that it applies to the whole
expression.
src/connection.c