mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:57:25 +03:00
ngtcp2: fix typo in preprocessor condition
Ref: 927ede7edc
Bug: https://github.com/curl/curl/pull/8981#discussion_r894312185
Reported-by: Emil Engler
Closes #8987
This commit is contained in:
parent
37c5a527a8
commit
dd94076947
1 changed files with 1 additions and 1 deletions
|
|
@ -728,7 +728,7 @@ CURLcode Curl_quic_connect(struct Curl_easy *data,
|
|||
|
||||
ngtcp2_connection_close_error_default(&qs->last_error);
|
||||
|
||||
#if defined(__linux__) && defined(UDP_SEGMENT) & defined(HAVE_SENDMSG)
|
||||
#if defined(__linux__) && defined(UDP_SEGMENT) && defined(HAVE_SENDMSG)
|
||||
qs->no_gso = FALSE;
|
||||
#else
|
||||
qs->no_gso = TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue