(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
|
||||
telnet_spin(void)
|
||||
{
|
||||
ttloop();
|
||||
return(0);
|
||||
return ttloop();
|
||||
}
|
||||
|
||||
char *
|
||||
|
Reference in New Issue
Block a user