mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:23:44 +03:00
parent
0236276c3d
commit
5a263710f6
30 changed files with 60 additions and 60 deletions
|
|
@ -2751,7 +2751,7 @@ static CURLcode http2_cfilter_add(struct Curl_cfilter **pcf,
|
|||
out:
|
||||
if(result)
|
||||
cf_h2_ctx_free(ctx);
|
||||
*pcf = result? NULL : cf;
|
||||
*pcf = result ? NULL : cf;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue