1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

comment language

This commit is contained in:
Daniel Stenberg 2007-11-12 21:42:20 +00:00
parent c5b16d4468
commit f5971f54ff

View File

@ -3111,9 +3111,9 @@ static CURLcode setup_connection_internals(struct SessionHandle *data,
return CURLE_OK; return CURLE_OK;
} }
/* Protocol not found in table, but we don't have to assign it to anything /* The protocol was not found in the table, but we don't have to assign it
since it is already assign to a dummy-struct in the CreateConnection() to anything since it is already assigned to a dummy-struct in the
struct when the connectdata struct is allocated. */ CreateConnection() function when the connectdata struct is allocated. */
failf(data, "Protocol %s not supported or disabled in " LIBCURL_NAME, failf(data, "Protocol %s not supported or disabled in " LIBCURL_NAME,
conn->protostr); conn->protostr);
return CURLE_UNSUPPORTED_PROTOCOL; return CURLE_UNSUPPORTED_PROTOCOL;