src/utils_db_query.c: Correctly handle return value of strjoin().
authorFlorian Forster <octo@collectd.org>
Sat, 6 Aug 2016 19:21:56 +0000 (21:21 +0200)
committerFlorian Forster <octo@collectd.org>
Sat, 6 Aug 2016 19:21:59 +0000 (21:21 +0200)
It returns the number of bytes, not zero, on success. This fixes a
bug introduced in 496ca2b758344bc6372ab0adf98ad8050f69b25a.


No differences found