From: Paul Donald Date: Thu, 21 May 2026 20:43:15 +0000 (+0300) Subject: luci-proto-xfrm: ensure stub function getDevices() returns null X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=014c74ce88caecd58d35d24bd93485f80201c134;p=openwrt-luci.git luci-proto-xfrm: ensure stub function getDevices() returns null Signed-off-by: Paul Donald --- diff --git a/protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js b/protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js index 8003686cba..2e2fb97ea5 100644 --- a/protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js +++ b/protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js @@ -25,7 +25,7 @@ return network.registerProtocol('xfrm', { return true; }, - getDevice: function() { + getDevices: function() { return null; },