summaryrefslogtreecommitdiff
path: root/src/conf_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf_db.c')
-rw-r--r--src/conf_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_db.c b/src/conf_db.c
index 4f19ef7..3f90d82 100644
--- a/src/conf_db.c
+++ b/src/conf_db.c
@@ -790,7 +790,7 @@ void
save_gline_database(void)
{
uint32_t i = 0;
- uint32_t records = 0, version = 0;
+ uint32_t records = 0;
struct dbFILE *f = NULL;
dlink_node *ptr = NULL;