]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: quic: fix qcc subs initialization
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 22 Sep 2021 13:28:27 +0000 (15:28 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
src/mux_quic.c

index 1c8669d3e660a3530176086945bcbf6de2b94326..320f612e8aa8290004b014b991cec9853bfea1f4 100644 (file)
@@ -612,6 +612,7 @@ static int qc_init(struct connection *conn, struct proxy *prx,
                t->expire = tick_add(now_ms, qcc->timeout);
        }
 
+       qcc->subs = NULL;
        qcc->wait_event.tasklet = tasklet_new();
        if (!qcc->wait_event.tasklet)
                goto fail;