More styling + ignorelist create check
[collectd.git] / src / connectivity.c
index ca7b286..45b65aa 100644 (file)
@@ -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;