diff options
Diffstat (limited to 'modules/luci-base')
-rw-r--r-- | modules/luci-base/luasrc/sys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/luasrc/sys.lua b/modules/luci-base/luasrc/sys.lua index 71db04acf8..e6eb762e48 100644 --- a/modules/luci-base/luasrc/sys.lua +++ b/modules/luci-base/luasrc/sys.lua @@ -295,7 +295,7 @@ function net.conntrack(callback) tuples = rest end - if fam and l3 and l4 and timeout and not tuples:match("^TIME_WAIT ") then + if fam and l3 and l4 and not tuples:match("^TIME_WAIT ") then l4 = nixio.getprotobynumber(l4) local entry = { |