Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 74080 | Differences between
and this patch

Collapse All | Expand All

(-)openntpd-3.6.1p1/ntp.c (-1 / +2 lines)
Lines 248-254 ntp_main(int pipe_prnt[2], struct ntpd_c Link Here
248
			}
248
			}
249
249
250
		for (; nfds > 0 && j < i; j++)
250
		for (; nfds > 0 && j < i; j++)
251
			if (pfd[j].revents & POLLIN) {
251
			if (pfd[j].revents & POLLIN ||
252
			    pfd[j].revents & POLLERR) {
252
				nfds--;
253
				nfds--;
253
				if (client_dispatch(idx2peer[j - idx_peers],
254
				if (client_dispatch(idx2peer[j - idx_peers],
254
				    conf->settime) == -1)
255
				    conf->settime) == -1)

Return to bug 74080