Give up instead of looping endlessly for unknown speeds.

This commit is contained in:
Bruce Evans 1994-10-30 21:01:04 +00:00
parent 95b926abab
commit e9a82e8087
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4018

View File

@ -129,8 +129,7 @@ wwinit()
switch (wwospeed) {
default:
case B0:
wwbaud = 0;
break;
goto bad;
case B50:
wwbaud = 50;
break;