mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-23 23:01:24 +02:00
MINOR: mux-quic: fix uninitialized return on qc_send
This should fix the github issue #1562.
This commit is contained in:
parent
ff191de1ca
commit
c0b66ca73c
@ -314,7 +314,7 @@ static int qc_send(struct qcc *qcc)
|
||||
{
|
||||
struct eb64_node *node;
|
||||
int xprt_wake = 0;
|
||||
int ret;
|
||||
int ret = 0;
|
||||
|
||||
fprintf(stderr, "%s\n", __func__);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user