mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 02:21:50 +08:00
luci-proto-xfrm: ensure stub function getDevices() returns null
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ return network.registerProtocol('xfrm', {
|
||||
return true;
|
||||
},
|
||||
|
||||
getDevice: function() {
|
||||
getDevices: function() {
|
||||
return null;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user