View | Details | Raw Unified | Return to bug 241613 | Differences between
and this patch

Collapse All | Expand All

(-)lib/ns/interfacemgr.c (+1 lines)
Lines 560-565 ns_interface_accepttcp(ns_interface_t *i Link Here
560
	 * If/when there a multiple filters listen to the
560
	 * If/when there a multiple filters listen to the
561
	 * result.
561
	 * result.
562
	 */
562
	 */
563
    if (isc_socket_filter(ifp->tcpsocket, "dnsready") != ISC_R_SUCCESS)
563
	(void)isc_socket_filter(ifp->tcpsocket, "dataready");
564
	(void)isc_socket_filter(ifp->tcpsocket, "dataready");
564
565
565
	result = ns_clientmgr_createclients(ifp->clientmgr, 1, ifp, true);
566
	result = ns_clientmgr_createclients(ifp->clientmgr, 1, ifp, true);

Return to bug 241613