From 4f30890daa5f982a43bbe41e89129e27578cae81 Mon Sep 17 00:00:00 2001 From: Alex Dowad Date: Wed, 16 Apr 2014 21:59:58 +0200 Subject: squark-filter, squark-auth-ip: config file path can be set using -c option --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index 4ed3f4a..aea8fee 100644 --- a/src/config.c +++ b/src/config.c @@ -9,5 +9,5 @@ */ const char *squark_version = SQUARK_VERSION; -const char *squark_config = CONFDIR "/squark.conf"; +char *squark_config = CONFDIR "/squark.conf"; const char *squark_dbname = LIBDIR "/squark.db"; -- cgit v1.2.3