When neither IPv4 nor IPv6 are selected the limit that is passed to k_sem_init will end up being 0, which will trigger the folowing assertion in k_sem_init; __ASSERT(limit != 0, "limit cannot be zero"); Fixed by not passing count as initial and limit value but only as initial value and use UINT_MAX as limit. Signed-off-by: Erwin Rol <erwin@erwinrol.com> |
||
|---|---|---|
| .. | ||
| client.c | ||
| init.c | ||
| Kconfig | ||
| Makefile | ||
| net_app_private.h | ||
| net_app.c | ||
| server.c | ||