KASSERT() the correct node if a hint is passed to rn_delete().
authormpi <mpi@openbsd.org>
Tue, 1 Jul 2014 09:58:40 +0000 (09:58 +0000)
committermpi <mpi@openbsd.org>
Tue, 1 Jul 2014 09:58:40 +0000 (09:58 +0000)
commit3dd3f2f34611245b8d83bd5f45159a2011c3db36
tree24d221f7f8ababe448c2248441c3ba59f422e96e
parentecbd44870cf68ea85d3632bc1b7c820a7d1ce9ab
KASSERT() the correct node if a hint is passed to rn_delete().

Fix a panic when trying to remove a route with the magical 0.0.0.0
destination.

looks ok to claudio@
sys/net/radix.c