mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-20 20:52:08 +04:00
bdc3c1a820
channel.disconnect() already closes the fd via ubus_shutdown(), so calling socket.close() afterwards is redundant and causes EBADF. Signed-off-by: Felix Fietkau <nbd@nbd.name>