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)
commite5ec04602ccc08aa45d8a9e60d9bcb476d3f9655
tree03d398e1826eb1f4d870f6bbb1b57341b3c3fefe
parent496ca2b758344bc6372ab0adf98ad8050f69b25a
src/utils_db_query.c: Correctly handle return value of strjoin().

It returns the number of bytes, not zero, on success. This fixes a
bug introduced in 496ca2b758344bc6372ab0adf98ad8050f69b25a.
src/utils_db_query.c