mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-29 06:40:59 +01:00
MINOR: quic: Useless test in quic_lstnr_dghdlr()
This statement is useless. This should fix CID 1469651 for GH #1546.
This commit is contained in:
parent
e1c3546efa
commit
498e992c1c
@ -5241,9 +5241,6 @@ struct task *quic_lstnr_dghdlr(struct task *t, void *ctx, unsigned int state)
|
|||||||
int first_pkt = 1;
|
int first_pkt = 1;
|
||||||
|
|
||||||
while ((dgram = MT_LIST_POP(&dghdlr->dgrams, typeof(dgram), mt_list))) {
|
while ((dgram = MT_LIST_POP(&dghdlr->dgrams, typeof(dgram), mt_list))) {
|
||||||
if (!dgram)
|
|
||||||
goto err;
|
|
||||||
|
|
||||||
pos = dgram->buf;
|
pos = dgram->buf;
|
||||||
end = pos + dgram->len;
|
end = pos + dgram->len;
|
||||||
do {
|
do {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user