From 014c74ce88caecd58d35d24bd93485f80201c134 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Thu, 21 May 2026 23:43:15 +0300 Subject: [PATCH] luci-proto-xfrm: ensure stub function getDevices() returns null Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/protocol/xfrm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; },