commit | 26c51097d8b2331224b16d5325b77e4832a60473 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Fri Mar 19 20:09:22 2021 +0100 |
committer | Olivier Houchard <cognet@ci0.org> | Fri Mar 19 20:09:22 2021 +0100 |
tree | f5ee96d75e8df46d0d7acb445cfa3f2463bde961 | |
parent | 7ab6d8bdf36446e4d9d1dd9a38505886546bfe12 [diff] |
MEDIUM: quic: Fix build. Put the ) at the right place. This should fix github issue #1190.
diff --git a/src/quic_sock.c b/src/quic_sock.c index 27d7578..56e7ee2 100644 --- a/src/quic_sock.c +++ b/src/quic_sock.c
@@ -57,7 +57,7 @@ goto out_free_conn; } - if (conn_xprt_start(cli_conn < 0)) + if (conn_xprt_start(cli_conn) < 0) goto out_free_conn; sess = session_new(p, l, &cli_conn->obj_type);