CURVNET_RESTORE() was not called in certain cases.

MFC after:	3 days
This commit is contained in:
Hajimu UMEMOTO 2009-11-11 08:28:18 +00:00
parent 3a8a07eadd
commit f0c0b1430c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199173

View File

@ -582,10 +582,10 @@ nd6_llinfo_timer(void *arg)
}
break;
}
CURVNET_RESTORE();
done:
if (ln != NULL)
LLE_FREE(ln);
CURVNET_RESTORE();
}