Background option in config files should be a boolval rathe than a value.

This commit is contained in:
Nicholas J. Kain 2014-04-21 09:02:58 -04:00
parent 034e2bb1db
commit dbc91b0811

View File

@ -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;