Uses standard prefix for interface refresh rate

This commit is contained in:
Simone Mainardi 2017-09-14 16:03:27 +02:00
parent a8123ffe0a
commit 7822edf188

View file

@ -2080,7 +2080,7 @@ function getPathFromKey(key)
end
function getRedisIfacePrefix(ifid)
return "ntopng.prefs.iface_"..tostring(ifid)
return "ntopng.prefs.ifid_"..tostring(ifid)
end
----- End of Redis Utils ------