diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-01-25 13:44:22 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-01-25 13:44:22 +0100 |
commit | 61d976838ee0c3eeda295818ff44f44327b0596d (patch) | |
tree | 86a9d38c63e7f43805c641cf5c13846ab0b7e8a6 /include/cache.h | |
parent | ccb54b5f240d3bb014938057c39b24699ff07bfa (diff) | |
download | conntrack-tools-61d976838ee0c3eeda295818ff44f44327b0596d.tar.gz conntrack-tools-61d976838ee0c3eeda295818ff44f44327b0596d.zip |
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.h | 1 |
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; |