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:
parent
938c61a5a2
commit
f2b9e20716
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user