mirror of
https://github.com/curl/curl.git
synced 2025-04-24 16:40:32 +08:00
telnet.c: fix compiler warning
This commit is contained in:
parent
17f48fe879
commit
71c9453393
@ -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…
x
Reference in New Issue
Block a user