(terminaltypeok): always return OK. It used to call `tgetent' to
commitd6f52a511f9631aed8f82bcd3fab8cbf17e307c4
authorAssar Westerlund <assar@sics.se>
Mon, 3 Nov 1997 06:08:26 +0000 (3 06:08 +0000)
committerAssar Westerlund <assar@sics.se>
Mon, 3 Nov 1997 06:08:26 +0000 (3 06:08 +0000)
tree3cbb31738de2a36ccc6784c6a7bee4a700b06490
parent42ce4024c7871a9d906a9d81d5dc52de7b79859c
(terminaltypeok): always return OK.  It used to call `tgetent' to
figure if it was a defined terminal type.  It's possible to overflow
tgetent so that's a bad idea.  The worst that could happen by saying
yes to all terminals is that the user ends up with a terminal that has
no definition on the local system.  And besides, most telnet client
has no support for falling back to a different terminal type.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3760 ec53bebd-3082-4978-b11e-865c3cabbd6b
appl/telnet/telnetd/telnetd.c