Background option in config files should be a boolval rathe than a value.
This commit is contained in:
parent
034e2bb1db
commit
dbc91b0811
@ -184,7 +184,7 @@ struct cfgparse {
|
||||
blankline = term;
|
||||
|
||||
clientid = 'clientid' value @clientid;
|
||||
background = 'background' value @background;
|
||||
background = 'background' boolval @background;
|
||||
pidfile = 'pidfile' value @pidfile;
|
||||
hostname = 'hostname' value @hostname;
|
||||
interface = 'interface' value @interface;
|
||||
|
Loading…
Reference in New Issue
Block a user