diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-05 14:52:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-05 14:52:23 +0000 |
commit | fe95c7dc34e00ad39b53b147c6a6391a2146beae (patch) | |
tree | 2b67d27b1e7be28d7d35fe68c5321f78bedc3d07 | |
parent | 6dae34d5da164f06665ef8c4eb20ee44a5814f73 (diff) |
removed an incorrect comment
-rw-r--r-- | lib/telnet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/telnet.c b/lib/telnet.c index e08a9c938..efcf5c638 100644 --- a/lib/telnet.c +++ b/lib/telnet.c @@ -798,7 +798,6 @@ static int check_telnet_options(struct connectdata *conn) * * Look at the sub-option buffer, and try to be helpful to the other * side. - * No suboptions are supported yet. */ static void suboption(struct connectdata *conn) |