luci-proto-xfrm: ensure stub function getDevices() returns null

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2026-05-21 23:43:15 +03:00
parent a78dc22451
commit 014c74ce88
@@ -25,7 +25,7 @@ return network.registerProtocol('xfrm', {
return true; return true;
}, },
getDevice: function() { getDevices: function() {
return null; return null;
}, },