X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fonewire.c;h=58c35e1eb83be009b342fbfbb7af8f2a7642cb2b;hb=06efe4f50bbdfbade922b8a3ee4576eb2cc4562c;hp=6cfea0ec1e7cc38c520cbb7f2ccebb5bb49b9437;hpb=fbcd49e749c383728f81174280f976ae0d2be2c7;p=collectd.git diff --git a/src/onewire.c b/src/onewire.c index 6cfea0ec..58c35e1e 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; }