diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-01-15 15:42:20 +0000 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-01-15 15:42:24 +0000 |
commit | bffa70500562f0ed675ed8d7e2385925c25f14fc (patch) | |
tree | 4d4664958277e57ecb3e0a952229d1234391fb8c /src/conf.h | |
parent | 180c0664aa2af528745f997df0fbeadb2c87bcff (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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |