mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 03:53:59 +08:00
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>