mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Additional conversion fix for #246
This commit is contained in:
parent
724be6b83a
commit
71afffaf7c
3 changed files with 14 additions and 9 deletions
|
|
@ -1903,3 +1903,8 @@ function getFlowMaxRate(cli_max_rate, srv_max_rate)
|
|||
return(max_rate)
|
||||
end
|
||||
|
||||
-- ###############################################
|
||||
|
||||
function tolongint(what)
|
||||
return(string.format("%u", what))
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue