mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:13:41 +03:00
telnet.c: fix compiler warning
This commit is contained in:
parent
17f48fe879
commit
71c9453393
1 changed files with 0 additions and 1 deletions
|
|
@ -766,7 +766,6 @@ static CURLcode check_telnet_options(struct connectdata *conn)
|
|||
struct curl_slist *beg;
|
||||
char option_keyword[128];
|
||||
char option_arg[256];
|
||||
char *buf;
|
||||
struct SessionHandle *data = conn->data;
|
||||
struct TELNET *tn = (struct TELNET *)conn->data->state.proto.telnet;
|
||||
CURLcode result = CURLE_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue