lua: ubus_lua_do_subscribe: fix copy&paste error
authorPetr Štetiar <ynezz@true.cz>
Mon, 16 Dec 2019 22:02:02 +0000 (23:02 +0100)
committerPetr Štetiar <ynezz@true.cz>
Mon, 16 Dec 2019 22:39:16 +0000 (23:39 +0100)
commit72be8e93f07d0dfb1f42edfbdb93ea04311dcb5a
treeb0223d30dc5b50d275f83325a5ac5e7ddcbf2f05
parenta995b1e68129a0bb3928625c4f5a7bcb24893d75
lua: ubus_lua_do_subscribe: fix copy&paste error

Fix copy&paste error in Lua ubus subscriber removal callback.

Addresses-Coverity-ID: 1412311 ("Copy-paste error")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
lua/ubus.c