]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] Fix build error in stream_int_register_handler()
authorSimon Horman <horms@verge.net.au>
Fri, 12 Aug 2011 23:03:51 +0000 (08:03 +0900)
committerWilly Tarreau <w@1wt.eu>
Thu, 18 Aug 2011 21:52:36 +0000 (23:52 +0200)
commit7abd00d7ebf1e2e5ac36cde98ba09da035a43b0a
tree7baa9cc9748a5ac487c7fab7c426a17e72465b58
parent64b28d0727e50ec2158f8d3b7a6b1284c5c50f80
[MINOR] Fix build error in stream_int_register_handler()

There is no parameter or variable fct in stream_int_register_handler()
so the build fails when DPRINTF is active.
src/stream_interface.c