Additional conversion fix for #246

This commit is contained in:
Luca Deri 2015-10-21 22:51:31 +02:00
parent 724be6b83a
commit 71afffaf7c
3 changed files with 14 additions and 9 deletions

View file

@ -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