summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/appl/telnet/telnetd/ChangeLog4
-rw-r--r--src/appl/telnet/telnetd/telnetd.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/appl/telnet/telnetd/ChangeLog b/src/appl/telnet/telnetd/ChangeLog
index 633002839..31eaf8e47 100644
--- a/src/appl/telnet/telnetd/ChangeLog
+++ b/src/appl/telnet/telnetd/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jan 28 17:21:08 1998 Dan Winship <danw@mit.edu>
+
+ * telnetd.c (doit): additional fix for previous terminaltype change
+
Tue Jan 27 18:27:16 1998 Dan Winship <danw@mit.edu>
* telnetd.c (getterminaltype): Null-terminate strings and avoid a
diff --git a/src/appl/telnet/telnetd/telnetd.c b/src/appl/telnet/telnetd/telnetd.c
index dceaab7b3..54fc12a39 100644
--- a/src/appl/telnet/telnetd/telnetd.c
+++ b/src/appl/telnet/telnetd/telnetd.c
@@ -974,7 +974,7 @@ pty_init();
*/
*user_name = 0;
level = getterminaltype(user_name);
- setenv("TERM", terminaltype ? terminaltype : "network", 1);
+ setenv("TERM", *terminaltype ? terminaltype : "network", 1);
/*
* Start up the login process on the slave side of the terminal