Skip to content

Commit

Permalink
fix post_count is nil error
Browse files Browse the repository at this point in the history
  • Loading branch information
AP-Frank committed Sep 20, 2018
1 parent d7ad19e commit f51afda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/moonsniff/arrmatch.lua
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ function computeLatency(postcap, postreader, map, misses)
if ts ~= 0 and diff < TIME_THRESH then
log:warn("Got negative timestamp")
log:warn("Identification " .. ident)
log:warn("Postcount: " .. post_count)
log:warn("Pre: " .. tostring(ts) .. "; post: " .. tostring(getTs(postcap)))
log:warn("Difference: " .. tostring(diff))
map[ident] = 0
Expand Down

0 comments on commit f51afda

Please sign in to comment.