1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00

sixlowpan: decrement processing semaphore when discarding

This commit is contained in:
Oleg Hahm 2014-07-23 10:46:10 -04:00 committed by Oleg Hahm
parent 938c61a5a2
commit f2b9e20716

View File

@ -150,6 +150,7 @@ static void *recv_ieee802154_frame(void *arg)
}
else {
DEBUG("Unknown IEEE 802.15.4 destination address mode.\n");
p->processing--;
continue;
}