Do not call LLE_WUNLOCK() for deleted lle.

This commit is contained in:
Alexander V. Chernikov 2015-01-05 16:10:54 +00:00
parent 03796fd827
commit df485dbe3e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/routing/; revision=276709

View File

@ -592,8 +592,8 @@ nd6_llinfo_timer(void *arg)
EVENTHANDLER_INVOKE(lle_event, ln, LLENTRY_EXPIRED);
nd6_free(ln, 1);
ln = NULL;
}
LLE_WUNLOCK(ln);
} else
LLE_WUNLOCK(ln);
break;
case ND6_LLINFO_DELAY: