aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r--networking/telnetd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c
index 3051cfa1e..efb2988b3 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -1,4 +1,4 @@
1/* $Id: telnetd.c,v 1.10 2004/02/22 09:45:57 bug1 Exp $ 1/* $Id: telnetd.c,v 1.11 2004/03/15 08:28:53 andersen Exp $
2 * 2 *
3 * Simple telnet server 3 * Simple telnet server
4 * Bjorn Wesen, Axis Communications AB (bjornw@axis.com) 4 * Bjorn Wesen, Axis Communications AB (bjornw@axis.com)
@@ -49,7 +49,7 @@
49 49
50#define BUFSIZE 4000 50#define BUFSIZE 4000
51 51
52static const char *loginpath 52static const char *loginpath
53#ifdef CONFIG_LOGIN 53#ifdef CONFIG_LOGIN
54 = "/bin/login"; 54 = "/bin/login";
55#else 55#else
@@ -540,7 +540,7 @@ telnetd_main(int argc, char **argv)
540#ifndef CONFIG_FEATURE_TELNETD_INETD 540#ifndef CONFIG_FEATURE_TELNETD_INETD
541 struct tsession *next = ts->next; /* in case we free ts. */ 541 struct tsession *next = ts->next; /* in case we free ts. */
542#endif /* CONFIG_FEATURE_TELNETD_INETD */ 542#endif /* CONFIG_FEATURE_TELNETD_INETD */
543 543
544 if (ts->size1 && FD_ISSET(ts->ptyfd, &wrfdset)) { 544 if (ts->size1 && FD_ISSET(ts->ptyfd, &wrfdset)) {
545 int num_totty; 545 int num_totty;
546 char *ptr; 546 char *ptr;