mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes possible alert message issue
This commit is contained in:
parent
0a2f81967a
commit
785ac74633
1 changed files with 1 additions and 1 deletions
|
|
@ -1526,7 +1526,7 @@ end
|
|||
|
||||
function addBytesInfoToAlertDescr(msg, value, json_format)
|
||||
if json_format then
|
||||
if not msg then
|
||||
if isEmptyString(msg) then
|
||||
msg = {}
|
||||
end
|
||||
msg["server_traffic"] = value["srv2cli_bytes"] or 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue