1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

telnet.c: fix compiler warning

This commit is contained in:
Yang Tse 2011-10-08 01:27:03 +02:00
parent 17f48fe879
commit 71c9453393

View File

@ -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;