More styling + ignorelist create check
authorAndrew Bays <abays@redhat.com>
Mon, 5 Nov 2018 15:17:20 +0000 (10:17 -0500)
committerAndrew Bays <andrew.bays@gmail.com>
Thu, 5 Sep 2019 13:37:53 +0000 (09:37 -0400)
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;