summaryrefslogtreecommitdiffstats
path: root/src/authdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/authdb.c')
-rw-r--r--src/authdb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/authdb.c b/src/authdb.c
index e6e71c4..85fb44e 100644
--- a/src/authdb.c
+++ b/src/authdb.c
@@ -361,4 +361,6 @@ int adbc_refresh(struct authdb_config *cfg, time_t now)
cfg->block_categories |= cfg->hard_block_categories;
fclose(in);
+
+ return 1;
}