mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fix access to getSavedDeviceName
This commit is contained in:
parent
020c1cd0a1
commit
b35e0bcdd9
1 changed files with 1 additions and 1 deletions
|
|
@ -1750,7 +1750,7 @@ local function setSavedDeviceName(mac, name)
|
|||
ntop.setCache(key, name)
|
||||
end
|
||||
|
||||
local function getSavedDeviceName(mac)
|
||||
function getSavedDeviceName(mac)
|
||||
local key = getSavedDeviceNameKey(mac)
|
||||
return ntop.getCache(key)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue