mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 20:46:11 +02:00
MEDIUM: quic: Fix build.
Spell conn_xprt_start() correctly. This should fix github issue #1189.
This commit is contained in:
parent
09cc669afb
commit
7ab6d8bdf3
@ -57,7 +57,7 @@ int quic_session_accept(struct connection *cli_conn)
|
||||
goto out_free_conn;
|
||||
}
|
||||
|
||||
if (conn_xpt_start(cli_conn < 0))
|
||||
if (conn_xprt_start(cli_conn < 0))
|
||||
goto out_free_conn;
|
||||
|
||||
sess = session_new(p, l, &cli_conn->obj_type);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user