BUG/MINOR: quic: Missing initialization (packet number space probing)

->tx.pto_probe member of quic_pktns struct was not initialized by quic_pktns_init().
This bug never occured because all quic_pktns structs are attached to quic_conn
structs which are always pool_zalloc()'ed.

Must be backported as far as 2.6.

(cherry picked from commit d66896036a9da0333a73f062bda0eea1374dc4da)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>
1 file changed