mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-05-06 01:37:59 +00:00
MINOR: mux-quic: properly initialize qcc flags
Set qcc.flags to 0 on qc_init.
This commit is contained in:
parent
6a4aebfbfc
commit
ce1f30dac8
@ -400,6 +400,7 @@ static int qc_init(struct connection *conn, struct proxy *prx,
|
||||
|
||||
qcc->conn = conn;
|
||||
conn->ctx = qcc;
|
||||
qcc->flags = 0;
|
||||
|
||||
qcc->app_ops = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user