(telnet_spin): actually return the value from ttloop (otherwise it's

kind of bogus)


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6898 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-09-05 19:14:50 +00:00
parent a702301bc9
commit 881cb26cc3

View File

@@ -63,8 +63,7 @@ net_encrypt(void)
int int
telnet_spin(void) telnet_spin(void)
{ {
ttloop(); return ttloop();
return(0);
} }
char * char *