1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 16:01:18 +01:00
Hendrik van Essen 0df72af04c pkg/lwip: add missing initialization for async_cb
Without initializing async_cb to NULL it might be a value != NULL,
which leads to sock->async_cb.gen() being called mistakenly in _netconn_cb.

gnrc_sock already does it with "reg->async_cb.generic = NULL;"
2022-10-05 14:22:14 +02:00
..
2021-11-10 22:36:19 +01:00
2019-10-09 14:45:30 +02:00
2022-07-22 09:48:53 +02:00
2022-09-27 13:42:37 +02:00