summaryrefslogtreecommitdiffstats
path: root/ipset.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipset.c')
-rw-r--r--ipset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipset.c b/ipset.c
index d57318a..4b7d5f9 100644
--- a/ipset.c
+++ b/ipset.c
@@ -47,6 +47,7 @@ struct ip_set_restore *restore_set = NULL;
size_t restore_offset = 0;
socklen_t restore_size;
unsigned restore_line = 0;
+unsigned warn_once = 0;
#define TEMPFILE_PATTERN "/ipsetXXXXXX"