]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: proxy: Missing header inclusion for quic_transport_params_init()
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 18 Feb 2021 15:35:43 +0000 (16:35 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 2 Mar 2021 08:45:49 +0000 (09:45 +0100)
commitf57c64fc062ea5eeaa90a7efe7743c51e5baca27
tree51ec3703d3f2ed2f5cf0fa1118044237d6c4236a
parent68a088d85177c4c8d08b32d549276b0f1a9a6700
BUILD: proxy: Missing header inclusion for quic_transport_params_init()

Since this commit:
144289b45 ("REORG: move init_default_instance() to proxy.c and pass it the defproxy pointer")
as quic_transport_params_init() has been moved from cfgparse.c to proxy.c this
latter source file must include xprt_quic.h header.

Should fix #1153 issue.
src/proxy.c