> commit f5c88f56b35599ab9ff2d3398e0153e4cd4a4c82 > Author: Patrick McHardy <kaber@xxxxxxxxx> > Date: Wed Jan 19 19:10:49 2011 +0100 > > netfilter: nf_conntrack: fix lifetime display for disabled connections > > When no tstamp extension exists, ct_delta_time() returns -1, which is > then assigned to an u64 and tested for negative values to decide > whether to display the lifetime. This obviously doesn't work, use > a s64 and merge the two minor functions into one. > > Signed-off-by: Patrick McHardy <kaber@xxxxxxxxx> I'm sorry, thanks for fixing up this case Patrick. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html