(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:
@@ -63,8 +63,7 @@ net_encrypt(void)
|
|||||||
int
|
int
|
||||||
telnet_spin(void)
|
telnet_spin(void)
|
||||||
{
|
{
|
||||||
ttloop();
|
return ttloop();
|
||||||
return(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
char *
|
char *
|
||||||
|
Reference in New Issue
Block a user