X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fonewire.c;h=0266e9b76cedfab62b0b1184ecea7e757644b871;hb=eae3f57d9a826e015ef952c746675c2aff8592dc;hp=09a6bf0926154369c3fe75e408a3c79c9b194cfe;hpb=d6021a800b12c89b5a78877af2c5b9abc1a8e609;p=collectd.git diff --git a/src/onewire.c b/src/onewire.c index 09a6bf09..0266e9b7 100644 --- a/src/onewire.c +++ b/src/onewire.c @@ -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; }