mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:23:44 +03:00
fixed the bug my previous change introduced
This commit is contained in:
parent
381c6c5d52
commit
c7f5476416
1 changed files with 1 additions and 1 deletions
|
|
@ -754,7 +754,7 @@ static int check_telnet_options(struct connectdata *conn)
|
|||
if(conn->bits.user_passwd)
|
||||
{
|
||||
snprintf(option_arg, sizeof(option_arg), "USER,%s", conn->user);
|
||||
tn->telnet_vars = curl_slist_append(tn->telnet_vars, buf);
|
||||
tn->telnet_vars = curl_slist_append(tn->telnet_vars, option_arg);
|
||||
|
||||
tn->us_preferred[CURL_TELOPT_NEW_ENVIRON] = CURL_YES;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue