mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add missing return
This commit is contained in:
parent
39494e3002
commit
01de4b646f
2 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ function alert_cloud_reconnected.format(ifid, alert, alert_type_params)
|
|||
if not isEmptyString(alert_type_params.description) then
|
||||
message = message .. " (" .. alert_type_params.description .. ")"
|
||||
end
|
||||
return message
|
||||
end
|
||||
|
||||
-- #######################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue