summaryrefslogtreecommitdiffstats
path: root/src/authdb.c
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2010-11-07 01:12:05 +0200
committerTimo Teräs <timo.teras@iki.fi>2010-11-07 01:12:05 +0200
commit660b77270e599fed9a8a6bc94a0e2d44b8f282dd (patch)
treeba2a630e6365e96c7ec5a43bfde757a870c99a5e /src/authdb.c
parent25593b5e6fea76ed7c08db586924032c0810c27e (diff)
downloadsquark-660b77270e599fed9a8a6bc94a0e2d44b8f282dd.tar.bz2
squark-660b77270e599fed9a8a6bc94a0e2d44b8f282dd.tar.xz
build: use build system from apk-tools/opennhrp
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;
}