git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a78dc22
)
luci-proto-xfrm: ensure stub function getDevices() returns null
author
Paul Donald
<redacted>
Thu, 21 May 2026 20:43:15 +0000
(23:43 +0300)
committer
Paul Donald
<redacted>
Wed, 27 May 2026 12:49:44 +0000
(15:49 +0300)
Signed-off-by: Paul Donald <redacted>
protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js
patch
|
blob
|
history
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 8003686cba97a93fd5e3e04a47630cd82ca2f480..2e2fb97ea5922161d25b0dcc62699ed185548ed4 100644
(file)
--- 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() {
+ getDevice
s
: function() {
return null;
},
git clone https://git.99rst.org/PROJECT