BUG/MINOR: quic: Wrong initialization for io_cb_wakeup boolean
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 15 Feb 2023 10:55:21 +0000 (11:55 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 17 Feb 2023 16:36:30 +0000 (17:36 +0100)
commit8f7d22406cf35745708171dda8fa712d78a029ca
tree9de05d3eed7ca2c6567fa6fcfc5bbcbdb34c604d
parent7c6d8f88df0cf08b33776ce8e4279f8813d94085
BUG/MINOR: quic: Wrong initialization for io_cb_wakeup boolean

This bug arrives with this commit:
    982896961 MINOR: quic: split and rename qc_lstnr_pkt_rcv()
The first block of code consists in possibly setting this variable to true.
But it was already initialized to true before entering this code section.
Should be initialized to false.

Also take the opportunity to remove an unused "err" label.

Must be backported to 2.6 and 2.7.
src/quic_conn.c