X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fping.c;h=88661e94ba5a5e60c99281a9fffc26d6c3265849;hb=8361c1e963f9184c3c4d87197fd6996d667cdb3f;hp=b6b2b688cddbf48c1341c9e6c4ceb1c9cfa615f9;hpb=f14bb45d570e0b34bdd3a2a0cadfe414c3dfda40;p=collectd.git diff --git a/src/ping.c b/src/ping.c index b6b2b688..88661e94 100644 --- a/src/ping.c +++ b/src/ping.c @@ -399,7 +399,7 @@ static int start_thread (void) /* {{{ */ pthread_mutex_unlock (&ping_lock); return (-1); } - + pthread_mutex_unlock (&ping_lock); return (0); } /* }}} int start_thread */