From 73da32be92051bafbbd89cb2d0b0234ec149aa9c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 2 Aug 2012 14:11:16 +0200 Subject: [PATCH] session_shared: don't reset timestap for query match If an existing result set is found matching the current query, the timestamp for "last use of set" is no longer reset. --- src/filter_session_shared.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/filter_session_shared.cpp b/src/filter_session_shared.cpp index 736ae69..cccaee8 100644 --- a/src/filter_session_shared.cpp +++ b/src/filter_session_shared.cpp @@ -667,7 +667,6 @@ restart: found_set = *set_it; found_backend = *it; bc->use_backend(found_backend); - found_set->timestamp(); // found matching set. No need to search again return; } -- 1.7.10.4