CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/21 22:12:22
Modified files:
sys/netinet : if_ether.c
Log message:
Init rt to NULL in arpresolve(). Not a problem in practice
as la will be NULL when rt is uninitialised which should cause
the function to return, but makes the code easier to follow.
ok mpi@ miod@
