projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9f9dc6
)
More styling + ignorelist create check
author
Andrew Bays
<abays@redhat.com>
Mon, 5 Nov 2018 15:17:20 +0000
(10:17 -0500)
committer
Andrew Bays
<andrew.bays@gmail.com>
Thu, 5 Sep 2019 13:37:53 +0000
(09:37 -0400)
src/connectivity.c
patch
|
blob
|
history
diff --git
a/src/connectivity.c
b/src/connectivity.c
index
ca7b286
..
45b65aa
100644
(file)
--- a/
src/connectivity.c
+++ b/
src/connectivity.c
@@
-534,12
+534,6
@@
static int read_event(int (*msg_handler)(struct nlmsghdr *)) {
continue;
}
- if (errno == EINTR)
- {
- // Interrupt, so just return
- return 0;
- }
-
/* Anything else is an error */
ERROR("connectivity plugin: read_event: Error recv: %d", status);
return status;