svn commit: r183935 - user/netchild/misc/src/contrib/bind9/bin/named

Alexander Leidinger netchild at FreeBSD.org
Thu Oct 16 10:27:01 UTC 2008


Author: netchild
Date: Thu Oct 16 10:27:00 2008
New Revision: 183935
URL: http://svn.freebsd.org/changeset/base/183935

Log:
  Use the DNS accept filter (as explained in the mail when the dns accept
  filter was committed to current).

Modified:
  user/netchild/misc/src/contrib/bind9/bin/named/interfacemgr.c

Modified: user/netchild/misc/src/contrib/bind9/bin/named/interfacemgr.c
==============================================================================
--- user/netchild/misc/src/contrib/bind9/bin/named/interfacemgr.c	Thu Oct 16 10:24:31 2008	(r183934)
+++ user/netchild/misc/src/contrib/bind9/bin/named/interfacemgr.c	Thu Oct 16 10:27:00 2008	(r183935)
@@ -327,7 +327,7 @@ ns_interface_accepttcp(ns_interface_t *i
 	 * If/when there a multiple filters listen to the
 	 * result.
 	 */
-	(void)isc_socket_filter(ifp->tcpsocket, "dataready");
+	(void)isc_socket_filter(ifp->tcpsocket, "dnsready");
 
 	result = ns_clientmgr_createclients(ifp->clientmgr,
 					    ifp->ntcptarget, ifp,


More information about the svn-src-user mailing list