From 3c5ee57cd3e604bc728d261351abf69b2800980e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 21 Nov 2014 09:42:23 +0100 Subject: agetty: fix typo Signed-off-by: Karel Zak --- term-utils/agetty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'term-utils/agetty.c') diff --git a/term-utils/agetty.c b/term-utils/agetty.c index 34ad7f230..f7ae570fb 100644 --- a/term-utils/agetty.c +++ b/term-utils/agetty.c @@ -390,7 +390,7 @@ int main(int argc, char **argv) /* Default is to follow the current line speend and then default to 9600 */ if ((options.flags & F_VCONSOLE) == 0 && options.numspeed == 0) { options.speeds[options.numspeed++] = bcode("9600"); - options.flags |= F_KEEPSPEED + options.flags |= F_KEEPSPEED; } /* Initialize the termios settings (raw mode, eight-bit, blocking i/o). */ -- cgit v1.2.3-55-g7522