aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.c
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-07 13:31:59 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-07 13:31:59 +0000
commit902c9c09e491f6a2f43fafc3c272691bf94a82bb (patch)
treeb046e277926958cfbe6b8b972a7c053b5e56d2bf /networking/telnetd.c
parenteb2f4484e50baf8f152b53ce14c1ceb5eb70ee4e (diff)
downloadbusybox-w32-902c9c09e491f6a2f43fafc3c272691bf94a82bb.tar.gz
busybox-w32-902c9c09e491f6a2f43fafc3c272691bf94a82bb.tar.bz2
busybox-w32-902c9c09e491f6a2f43fafc3c272691bf94a82bb.zip
- fix the build if we have ftpput without ftpget (speeling reeoe)
Thanks to Stephane Billiart git-svn-id: svn://busybox.net/trunk/busybox@15305 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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.