diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ struct config_s { const char *config_file; unsigned int syslog; /* boolean */ int port; - char *stathost; + const char *stathost; unsigned int godaemon; /* boolean */ unsigned int quit; /* boolean */ char *user; |