From 4a9b7543ae1e8fb7163e9b7f71c136fadae36295 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 18 May 2011 14:19:39 +0200 Subject: agetty: try next speed after CBREAK Signed-off-by: Karel Zak --- term-utils/agetty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'term-utils') diff --git a/term-utils/agetty.c b/term-utils/agetty.c index 1b6bfd645..45624f54d 100644 --- a/term-utils/agetty.c +++ b/term-utils/agetty.c @@ -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: -- cgit v1.2.3-55-g7522