projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c0bcfb
)
cpu plugin: Return an integer even under FreeBSD.
author
Florian Forster
<octo@huhu.verplant.org>
Fri, 20 Apr 2007 06:15:47 +0000
(08:15 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Fri, 20 Apr 2007 06:15:47 +0000
(08:15 +0200)
src/cpu.c
patch
|
blob
|
history
diff --git
a/src/cpu.c
b/src/cpu.c
index
2a1c53a
..
d774ca4
100644
(file)
--- a/
src/cpu.c
+++ b/
src/cpu.c
@@
-383,7
+383,7
@@
static int cpu_read (void)
plugin_complain (LOG_ERR, &complain_obj, "cpu plugin: "
"sysctlbyname failed: %s.",
sstrerror (errno, errbuf, sizeof (errbuf)));
- return;
+ return
(-1)
;
}
plugin_relief (LOG_NOTICE, &complain_obj, "cpu plugin: "