mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove IMAXBEL clearing, our cfmakeraw() already fixed for it
Reviewed by: Submitted by: Obtained from:
This commit is contained in:
parent
ba60b431ca
commit
d880a8a822
1 changed files with 0 additions and 1 deletions
|
|
@ -292,7 +292,6 @@ restart:
|
|||
exit(2);
|
||||
}
|
||||
cfmakeraw(&t);
|
||||
t.c_iflag &= ~IMAXBEL;
|
||||
switch (flowcontrol) {
|
||||
case FC_HW:
|
||||
t.c_cflag |= (CRTS_IFLOW|CCTS_OFLOW);
|
||||
|
|
|
|||
Loading…
Reference in a new issue