backout ND6_USE_RTSOCK change in previous

This commit is contained in:
Jun-ichiro itojun Hagino 2000-08-11 12:29:04 +00:00
parent 2022007008
commit 42915d02a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64541

View File

@ -546,7 +546,9 @@ defrouter_delreq(dr, dofree)
(struct sockaddr *)&mask,
RTF_GATEWAY, &oldrt);
if (oldrt) {
#ifdef ND6_USE_RTSOCK
defrouter_msg(RTM_DELETE, oldrt);
#endif
if (oldrt->rt_refcnt <= 0) {
/*
* XXX: borrowed from the RTM_DELETE case of