]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Useless statement in quic_crypto_data_cpy()
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 2 Feb 2022 14:57:22 +0000 (15:57 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 14 Feb 2022 14:20:54 +0000 (15:20 +0100)
commit547aa0e95ec3445c788e09207a225e4dbff294c7
tree98fa115a6bb0c8e79f5663c0fd1ce99cfb3c8931
parentc0b481f87b4b5c7d77b4c021495c29bc0f43ebba
MINOR: quic: Useless statement in quic_crypto_data_cpy()

This should fix Coverity CID 375057 in GH #1526 where a useless assignment
was detected.
src/xprt_quic.c