Skip to content

Commit

Permalink
Fix variables that should have been renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
takikawa authored and wingo committed Jul 25, 2017
1 parent d2c82eb commit 33f293e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/flow_export/flow_export.lua
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ local function init_expire_records()

for _, record in ipairs(timeout_records) do
-- TODO: what should timers reset to?
record.start_time = now
record.end_time = now
record.start_time = timestamp
record.end_time = timestamp
record.pkt_count = 0
record.octet_count = 0
end
Expand Down

0 comments on commit 33f293e

Please sign in to comment.