aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-07 13:31:59 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-07 13:31:59 +0000
commite0387a6ee80626bae7c56f9c88253201d1cf0833 (patch)
treeb046e277926958cfbe6b8b972a7c053b5e56d2bf /networking/telnetd.c
parent0753f4a15e34149c47ae9a886328803e03289a85 (diff)
downloadbusybox-w32-e0387a6ee80626bae7c56f9c88253201d1cf0833.tar.gz
busybox-w32-e0387a6ee80626bae7c56f9c88253201d1cf0833.tar.bz2
busybox-w32-e0387a6ee80626bae7c56f9c88253201d1cf0833.zip
- fix the build if we have ftpput without ftpget (speeling reeoe)
Thanks to Stephane Billiart
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r--networking/telnetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c
index f2038395f..9f0eedcc8 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -109,7 +109,7 @@ static struct tsession *sessions;
109 109
110/* 110/*
111 111
112 Remove all IAC's from the buffer pointed to by bf (recieved IACs are ignored 112 Remove all IAC's from the buffer pointed to by bf (received IACs are ignored
113 and must be removed so as to not be interpreted by the terminal). Make an 113 and must be removed so as to not be interpreted by the terminal). Make an
114 uninterrupted string of characters fit for the terminal. Do this by packing 114 uninterrupted string of characters fit for the terminal. Do this by packing
115 all characters meant for the terminal sequentially towards the end of bf. 115 all characters meant for the terminal sequentially towards the end of bf.