src/configfile.c: Let errors in included files propagate up to cf_read().
authorFlorian Forster <octo@collectd.org>
Thu, 30 May 2013 06:58:06 +0000 (08:58 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 30 May 2013 06:58:06 +0000 (08:58 +0200)
cf_read_generic() returned NULL in two cases: Unable to read file and
file was empty. Since we wanted to allow empty includes, the "include
file with errors" case was not handled properly.

Github: #323


No differences found