mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Give up instead of looping endlessly for unknown speeds.
This commit is contained in:
parent
95b926abab
commit
e9a82e8087
@ -129,8 +129,7 @@ wwinit()
|
||||
switch (wwospeed) {
|
||||
default:
|
||||
case B0:
|
||||
wwbaud = 0;
|
||||
break;
|
||||
goto bad;
|
||||
case B50:
|
||||
wwbaud = 50;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user