mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 17:58:10 +08:00
61ff04b9e2
Problem: A SOCK_CTRL socket may be led to udp_pollsetup but never reaches udp_pollteardown, it seems that we shouldn't call udp_pollsetup for other socket types. Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>