mirror of
https://github.com/curl/curl.git
synced 2026-08-26 07:53:31 +03:00
parent
4c6b74e1e8
commit
217fd5b424
9 changed files with 11 additions and 11 deletions
|
|
@ -1135,7 +1135,7 @@ static bool url_match_destination(struct connectdata *conn,
|
|||
/* We are in an IMAPS vs IMAP like case. We expect `conn` to have SSL */
|
||||
if(!Curl_conn_is_ssl(conn, FIRSTSOCKET)) {
|
||||
DEBUGF(infof(m->data,
|
||||
"Connection #%" FMT_OFF_T " has compatible protocol famiy, "
|
||||
"Connection #%" FMT_OFF_T " has compatible protocol family, "
|
||||
"but no SSL, no match", conn->connection_id));
|
||||
return FALSE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue