mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Minor return value fix
This commit is contained in:
parent
b0e0ac59d9
commit
0d9c9bada5
1 changed files with 1 additions and 1 deletions
|
|
@ -463,7 +463,7 @@ function driver:append(schema, timestamp, tags, metrics)
|
|||
ntop.rrd_inc_num_drops()
|
||||
end
|
||||
|
||||
return
|
||||
return res
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue