projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30245d7
)
onewire plugin: Fix "Dead assignment" warning.
author
Florian Forster
<octo@collectd.org>
Thu, 18 Jun 2015 08:25:41 +0000
(10:25 +0200)
committer
Florian Forster
<octo@collectd.org>
Thu, 18 Jun 2015 08:26:08 +0000
(10:26 +0200)
src/onewire.c
patch
|
blob
|
history
diff --git
a/src/onewire.c
b/src/onewire.c
index
09a6bf0
..
0266e9b
100644
(file)
--- 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;
}