summaryrefslogtreecommitdiffhomepage
path: root/src/conf.h
diff options
context:
space:
mode:
authorrofl0r <rofl0r@users.noreply.github.com>2020-01-15 15:42:20 +0000
committerrofl0r <rofl0r@users.noreply.github.com>2020-01-15 15:42:24 +0000
commitbffa70500562f0ed675ed8d7e2385925c25f14fc (patch)
tree4d4664958277e57ecb3e0a952229d1234391fb8c /src/conf.h
parent180c0664aa2af528745f997df0fbeadb2c87bcff (diff)
remove config file name item from conf struct
since this is set via command line, we can deal with it easily from where it is actually needed.
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf.h b/src/conf.h
index 02fb699..9e10898 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -39,7 +39,6 @@ typedef struct {
struct config_s {
vector_t basicauth_list;
char *logf_name;
- char *config_file;
unsigned int syslog; /* boolean */
unsigned int port;
char *stathost;