Fix constness of stathost
This commit is contained in:
parent
83ebd74d87
commit
42d2e10c93
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user