summaryrefslogtreecommitdiffstats
path: root/include/cache.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-01-25 13:44:22 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2009-01-25 13:44:22 +0100
commit61d976838ee0c3eeda295818ff44f44327b0596d (patch)
tree86a9d38c63e7f43805c641cf5c13846ab0b7e8a6 /include/cache.h
parentccb54b5f240d3bb014938057c39b24699ff07bfa (diff)
cache_iterators: start a clean session if commit finds an entry
The current commit code updates an entry it still exists in the kernel. With this patch, we delete the entry and create a new one to make sure that we start a clean session. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/cache.h')
-rw-r--r--include/cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/cache.h b/include/cache.h
index 697a64b..bb0ca4d 100644
--- a/include/cache.h
+++ b/include/cache.h
@@ -83,7 +83,6 @@ struct cache {
uint32_t upd_fail_enoent;
uint32_t commit_ok;
- uint32_t commit_exist;
uint32_t commit_fail;
uint32_t flush;