glebius 2005-10-13 11:55:50 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_base.c
Log:
- When flushing node input queue, check whether item has a callback. If
it does, then call it suppling ENOENT as error value.
- Add assert, that helped to catch the above error.
Revision Changes Path
1.115 +6 -0 src/sys/netgraph/ng_base.c