]> git.ipfire.org Git - thirdparty/openwrt.git/commit
unetmsg: fix variable shadowing bug in network_rx_cleanup_state()
authorFelix Fietkau <nbd@nbd.name>
Fri, 2 Jan 2026 18:59:49 +0000 (18:59 +0000)
committerFelix Fietkau <nbd@nbd.name>
Fri, 2 Jan 2026 19:20:16 +0000 (20:20 +0100)
commite782341848618aefff4dbbaae3689cd28fe43d86
tree60c28fca99b24b68a3373978084e82e2fad12c65
parentb2c0182f26da795d70381ab0ebf6bdbc76cc8908
unetmsg: fix variable shadowing bug in network_rx_cleanup_state()

The for-in loop variable 'name' was shadowing the function parameter,
causing remote subscription cleanup to fail when hosts disconnect.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/services/unetmsg/files/usr/share/ucode/unetmsg/unetmsgd-remote.uc