CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/22 04:01:03
Modified files:
sys/net : if_pppx.c
Log message:
Rework checks for `pppx_ifs' tree modification.
- There is no panic() condition while inserting `pxi' to tree so drop
RBT_FIND() to avoid two lookups.
- Modify text in panic() message in delete case.
ok yasuoka@ claudio@
