Merge branch 'master' of github.com:mrash/fwknop

This commit is contained in:
Michael Rash
2012-11-08 22:25:33 -05:00

View File

@@ -533,7 +533,7 @@ process_rc(fko_cli_options_t *options)
continue;
}
if(sscanf(line, "%s %[^;\n\r#]", var, val) != 2)
if(sscanf(line, "%s %[^ ;\t\n\r#]", var, val) != 2)
{
fprintf(stderr,
"*Invalid entry in %s at line %i.\n - '%s'",