mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
ktrace: Only enable EXTERROR traces for 'x'
Add a missing break statement to avoid falling through to the '+'
case.
Fixes: 96f4be881e ("ktrace(1): teach about KTR_EXTERR")
This commit is contained in:
parent
9349214a28
commit
0b8d17c861
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ getpoints(char *s)
|
|||
break;
|
||||
case 'x':
|
||||
facs |= KTRFAC_EXTERR;
|
||||
break;
|
||||
case '+':
|
||||
facs |= DEF_POINTS;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue