1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/application_layer/gcoap
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
..
gcoap.c gcoap: don't drop observer on re-register 2018-05-30 23:05:25 +02:00
Makefile net/gcoap: renamed source folder s/coap/gocap/ 2017-08-08 16:39:48 +02:00