mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-08 18:36:18 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue