mirror of
https://github.com/curl/curl.git
synced 2026-05-30 03:37:28 +03:00
schannel_verify: do not call infof with an appended \n
Discovered by ZeroPath Closes #19123
This commit is contained in:
parent
a000444cb0
commit
bff9679a01
1 changed files with 1 additions and 1 deletions
|
|
@ -576,7 +576,7 @@ CURLcode Curl_verify_host(struct Curl_cfilter *cf,
|
|||
conn_hostname, strlen(conn_hostname))) {
|
||||
infof(data,
|
||||
"schannel: connection hostname (%s) validated "
|
||||
"against certificate name (%s)\n",
|
||||
"against certificate name (%s)",
|
||||
conn_hostname, cert_hostname);
|
||||
result = CURLE_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue