CURVNET_RESTORE() was not called in certain cases.

MFC after:	3 days
This commit is contained in:
ume 2009-11-11 08:28:18 +00:00
parent fcc8740e5f
commit d551d6d272

View File

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