mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
MINOR: quic: Useless statement in quic_crypto_data_cpy()
This should fix Coverity CID 375057 in GH #1526 where a useless assignment was detected.
This commit is contained in:
parent
c0b481f87b
commit
547aa0e95e
1 changed files with 0 additions and 1 deletions
|
|
@ -972,7 +972,6 @@ static int quic_crypto_data_cpy(struct quic_enc_level *qel,
|
|||
/* Increment the total size of this CRYPTO buffers by <to_copy>. */
|
||||
qel->tx.crypto.sz += to_copy;
|
||||
(*qcb)->sz += to_copy;
|
||||
pos += to_copy;
|
||||
len -= to_copy;
|
||||
data += to_copy;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue