mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-14 15:06:22 -05:00
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>