summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
authorAlex Dowad <alexinbeijing@gmail.com>2014-04-17 21:48:50 +0200
committerTimo Teräs <timo.teras@iki.fi>2014-04-25 10:21:03 +0300
commitbc510426cc7981cafa2c9a350f56d2489000a61d (patch)
treea148e69af5fe5bfc021e0c20cbbdb7076a216b70 /src/config.c
parent4f30890daa5f982a43bbe41e89129e27578cae81 (diff)
downloadsquark-bc510426cc7981cafa2c9a350f56d2489000a61d.tar.bz2
squark-bc510426cc7981cafa2c9a350f56d2489000a61d.tar.xz
squark-filter, squark-auth-ip: filter DB file path can be set using -d option
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index aea8fee..af7ff42 100644
--- a/src/config.c
+++ b/src/config.c
@@ -10,4 +10,4 @@
const char *squark_version = SQUARK_VERSION;
char *squark_config = CONFDIR "/squark.conf";
-const char *squark_dbname = LIBDIR "/squark.db";
+char *squark_dbname = LIBDIR "/squark.db";