1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/application_layer
Martine Lenders 57d3c4698c gcoap: don't drop observer on re-register
With #9209 gCoAP got the ability to re-register and OBSERVE with a new
token, sadly the `observer` variable wasn't set in that fix, so a
re-registration actually led to the deletion of the observer (because it
is still `NULL` when the old registration is overwritten in l. 317)
2018-05-30 23:05:25 +02:00
..
dns adapt to changed byteorder.h 2017-04-13 11:35:35 +02:00
emcute net/emcute: use correct number of retries 2018-05-28 11:41:20 +02:00
gcoap gcoap: don't drop observer on re-register 2018-05-30 23:05:25 +02:00
nanocoap nanocoap: add server-side block1 support 2018-04-16 12:31:56 +02:00
rdcli_common net/rdcli_common: fix EP name generation 2018-04-10 10:55:03 +02:00
rdcli_simple net/rdcli_simple_standalone: fix error handling 2018-04-12 14:00:32 +02:00
sntp sntp: fix for new xtimer API and some bugs 2017-03-06 13:38:25 +01:00
uhcp sys/net/uhcpc: add missing stdio.h include 2018-04-16 23:06:15 +02:00