mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fixed invalid termination with pcap interfaces with multiple -i devices
Disabled debug trace
This commit is contained in:
parent
0bf7fbc6bc
commit
7806e3caee
9 changed files with 24 additions and 31 deletions
|
|
@ -250,7 +250,8 @@ function callback_utils.uploadTSdata()
|
|||
end
|
||||
|
||||
-- Delete the file after POST
|
||||
ret = ntop.postHTTPTextFile("", "", url, fname, true)
|
||||
local delete_file_after_post = true
|
||||
ret = ntop.postHTTPTextFile("", "", url, fname, delete_file_after_post)
|
||||
|
||||
if(ret ~= true) then
|
||||
print("[ERROR] POST of "..fname.." failed\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue