Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 621128
Collapse All | Expand All

(-)a/networking/ntpd.c (+7 lines)
Lines 1985-1990 recv_and_process_client_pkt(void /*int fd*/) Link Here
1985
		goto bail;
1985
		goto bail;
1986
	}
1986
	}
1987
1987
1988
	/* Respond only to client and symmetric active packets */
1989
	if ((msg.m_status & MODE_MASK) != MODE_CLIENT
1990
	 && (msg.m_status & MODE_MASK) != MODE_SYM_ACT
1991
	) {
1992
		goto bail;
1993
	}
1994
1988
	query_status = msg.m_status;
1995
	query_status = msg.m_status;
1989
	query_xmttime = msg.m_xmttime;
1996
	query_xmttime = msg.m_xmttime;
1990
1997

Return to bug 621128