Bump CI for connectivity plugin
[collectd.git] / src / connectivity.c
index ca7b286..dedcc0a 100644 (file)
@@ -21,7 +21,7 @@
  *
  * Authors:
  *   Red Hat NFVPE
- *     Andrew Bays <abays at redhat.com>
+ *     Andrew Bays <abays at redhat.com> 
  *     Aneesh Puttur <aputtur at redhat.com>
  **/
 
@@ -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;