projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba5f330
)
ceph plugin: just continue
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 13 Aug 2016 14:25:06 +0000
(16:25 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 13 Aug 2016 14:25:06 +0000
(16:25 +0200)
src/ceph.c
patch
|
blob
|
history
diff --git
a/src/ceph.c
b/src/ceph.c
index
5248a1a
..
b186a27
100644
(file)
--- a/
src/ceph.c
+++ b/
src/ceph.c
@@
-1528,6
+1528,7
@@
static int cconn_main_loop(uint32_t request_type)
if(revents == 0)
{
/* do nothing */
+ continue;
}
else if(cconn_validate_revents(io, revents))
{