ru 2005-02-03 12:54:18 UTC
FreeBSD src repository
Modified files:
sys/netgraph/atm ng_atm.c
Log:
Fixed an off-by-one error when dealing with interface name
(if_xname is NUL-terminated).
Don't waste time making a copy of if_xname in attach().
Revision Changes Path
1.13 +6 -9 src/sys/netgraph/atm/ng_atm.c