git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2006 fd59a12c-fef9-0310-b244-a6a79926bd2f
@@ -127,7 +127,7 @@ static void *prioritized_timer_thread (void *data)
}
timer_serialize_unlock_fn ();
fds = poll (NULL, 0, timeout);
- if (fds == 0 || (fds < 0 && errno == EINTR)) {
+ if (fds < 0 && errno == EINTR) {
continue;
if (fds < 0) {