Init rt to NULL in arpresolve(). Not a problem in practice
authorjsg <jsg@openbsd.org>
Wed, 22 Apr 2015 04:12:22 +0000 (04:12 +0000)
committerjsg <jsg@openbsd.org>
Wed, 22 Apr 2015 04:12:22 +0000 (04:12 +0000)
commit0003beba9e251d0f6a7f53a6754fa000016d0822
treef7b3cdc821b56caf9e68855c7588573f1c75b1d1
parent3deb5ba1e11bcba8a61efd855bfd8e9f58427a31
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@
sys/netinet/if_ether.c