mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't report TABLDISC - it "doesn't happen(TM)"
This commit is contained in:
parent
8687e09584
commit
9ce6a2e6b5
1 changed files with 0 additions and 3 deletions
|
|
@ -862,9 +862,6 @@ ttyprt(tp, line)
|
|||
case NTTYDISC:
|
||||
(void)printf("ntty\n");
|
||||
break;
|
||||
case TABLDISC:
|
||||
(void)printf("tab\n");
|
||||
break;
|
||||
case SLIPDISC:
|
||||
(void)printf("slip\n");
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue