cut out matching host names starting with telnet or ftps, since they hardly

ever actually are used
This commit is contained in:
Daniel Stenberg 2006-10-18 11:13:39 +00:00
parent 694f31ca37
commit 5b8d5fdf2f
1 changed files with 0 additions and 6 deletions

View File

@ -2511,12 +2511,6 @@ static CURLcode ParseURLAndFillConnection(struct SessionHandle *data,
if(checkprefix("FTP.", conn->host.name))
strcpy(conn->protostr, "ftp");
#ifdef USE_SSL
else if(checkprefix("FTPS", conn->host.name))
strcpy(conn->protostr, "ftps");
#endif /* USE_SSL */
else if(checkprefix("TELNET.", conn->host.name))
strcpy(conn->protostr, "telnet");
else if (checkprefix("DICT.", conn->host.name))
strcpy(conn->protostr, "DICT");
else if (checkprefix("LDAP.", conn->host.name))