Code

debian/copyright: Updated for 5.6.0.
[pkg-collectd.git] / debian / patches / gcc6.patch
1 Author: Sebastian Harl <tokkee@debian.org>
2 Description: Fix GCC 6 issues.
3 --- a/src/write_kafka.c
4 +++ b/src/write_kafka.c
5 @@ -472,7 +472,7 @@
6         }
7      if (conf != NULL)
8          rd_kafka_conf_destroy(conf);
9 -       return (0);
10 +    return (0);
11   errout:
12      if (conf != NULL)
13          rd_kafka_conf_destroy(conf);