src/utils_ovs.c: Don't set pthread_t to -1, use pthread_equal() to compare.
authorFlorian Forster <octo@collectd.org>
Fri, 17 Nov 2017 14:28:39 +0000 (15:28 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 17 Nov 2017 14:28:39 +0000 (15:28 +0100)
commit85018547508ae2adb331aa74139acac91f24ff42
treed62f96121fcd471733051eb0981427f935b33b98
parent461a11ee1d46140244c79b4dff3b978426187f94
src/utils_ovs.c: Don't set pthread_t to -1, use pthread_equal() to compare.

The assumption that pthread_t is a scalar is not portable.
src/utils_ovs.c