onewire plugin: Fix "Dead assignment" warning.
authorFlorian Forster <octo@collectd.org>
Thu, 18 Jun 2015 08:25:41 +0000 (10:25 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 18 Jun 2015 08:26:08 +0000 (10:26 +0200)
src/onewire.c

index 09a6bf0..0266e9b 100644 (file)
@@ -171,7 +171,6 @@ static int cow_read_values (const char *path, const char *name,
     if (endptr == NULL)
     {
       ERROR ("onewire plugin: Buffer is not a number: %s", buffer);
-      status = -1;
       continue;
     }