X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fonewire.c;h=51e6407137b0f2c8bc64598f822cac804c5a9fab;hb=fc6f1e3d33d646391adb5cedc62e7b3904c15003;hp=1383fc5803451437e6009b801ecbc0c6c16c798c;hpb=d086c7d0885d5207eea98d18f7ca0a67b801563c;p=collectd.git diff --git a/src/onewire.c b/src/onewire.c index 1383fc58..51e64071 100644 --- a/src/onewire.c +++ b/src/onewire.c @@ -384,7 +384,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; } @@ -528,7 +527,6 @@ static int cow_simple_read (void) if (endptr == NULL) { ERROR ("onewire plugin: Buffer is not a number: %s", buffer); - status = -1; continue; }