agetty: try next speed after CBREAK

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2011-05-18 14:19:39 +02:00
parent 9cfe1b9c6a
commit 4a9b7543ae
1 changed files with 1 additions and 1 deletions

View File

@ -1336,7 +1336,7 @@ static char *get_logname(struct options *op, struct termios *tp, struct chardata
case 0:
*bp = 0;
if (op->numspeed > 1)
return logname;
return NULL;
break;
case CR:
case NL: