summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4ef7c07)
raw | patch | inline | side by side (parent: 4ef7c07)
author | Florian Forster <octo@collectd.org> | |
Tue, 8 Dec 2015 13:31:33 +0000 (14:31 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Tue, 8 Dec 2015 13:31:33 +0000 (14:31 +0100) |
This caused Coverity to see concurrency issues where there are none.
CID: 37934
CID: 37934
src/ping.c | patch | blob | history |
diff --git a/src/ping.c b/src/ping.c
index c70096c76a76037fec1a7f70a9e70d47e215ec58..e1a31092c078002f410ff7e0fd5b61ba4399dbb7 100644 (file)
--- a/src/ping.c
+++ b/src/ping.c
static void *ping_thread (void *arg) /* {{{ */
{
- static pingobj_t *pingobj = NULL;
+ pingobj_t *pingobj = NULL;
struct timeval tv_begin;
struct timeval tv_end;