openwrt/package/network/services/unetmsg/files/usr
Felix Fietkau f09596f84f unetmsg: fix inverted condition in network_rx_socket_close()
The cleanup condition checked != instead of ==, inverting the logic.
This caused two problems:

When an authenticated RX connection disconnected, remote state for that
host was never cleaned up since the stored entry matched the one being
closed.

When a stale unauthenticated connection from a peer closed, any existing
authenticated connection from the same peer was incorrectly deleted and
its remote state wiped.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2026-02-07 10:04:17 +01:00
..
sbin unetmsg: add support for sending requests/messages to specific hosts 2025-05-20 18:38:39 +02:00
share/ucode/unetmsg unetmsg: fix inverted condition in network_rx_socket_close() 2026-02-07 10:04:17 +01:00