telnet.c: fix compiler warning

This commit is contained in:
Yang Tse 2011-10-08 01:27:03 +02:00
parent 17f48fe879
commit 71c9453393
1 changed files with 0 additions and 1 deletions

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;