From a45e053e3e4e561453d4c94535057264a91fdf9a Mon Sep 17 00:00:00 2001 From: Andrew Bays Date: Mon, 5 Nov 2018 10:17:20 -0500 Subject: [PATCH] More styling + ignorelist create check --- src/connectivity.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/connectivity.c b/src/connectivity.c index ca7b2864..45b65aab 100644 --- 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; -- 2.11.0