You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2011/07/31 04:40:47 UTC

svn commit: r1152537 - /trafficserver/traffic/trunk/iocore/hostdb/HostDB.cc

Author: zwoop
Date: Sun Jul 31 02:40:47 2011
New Revision: 1152537

URL: http://svn.apache.org/viewvc?rev=1152537&view=rev
Log:
TS-807 no config item "proxy.config.hostdb.disable_reverse_lookup" in hostdb

Author: weijin
Review: leif

Modified:
    trafficserver/traffic/trunk/iocore/hostdb/HostDB.cc

Modified: trafficserver/traffic/trunk/iocore/hostdb/HostDB.cc
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/iocore/hostdb/HostDB.cc?rev=1152537&r1=1152536&r2=1152537&view=diff
==============================================================================
--- trafficserver/traffic/trunk/iocore/hostdb/HostDB.cc (original)
+++ trafficserver/traffic/trunk/iocore/hostdb/HostDB.cc Sun Jul 31 02:40:47 2011
@@ -390,7 +390,7 @@ HostDBProcessor::start(int)
   // Register configuration callback, and establish configuation links
   //
   IOCORE_EstablishStaticConfigInt32(hostdb_ttl_mode, "proxy.config.hostdb.ttl_mode");
-  IOCORE_EstablishStaticConfigInt32(hostdb_disable_reverse_lookup, "proxy.config.hostdb.disable_reverse_lookup");
+  IOCORE_EstablishStaticConfigInt32(hostdb_disable_reverse_lookup, "proxy.config.cache.hostdb.disable_reverse_lookup");
   IOCORE_EstablishStaticConfigInt32(hostdb_re_dns_on_reload, "proxy.config.hostdb.re_dns_on_reload");
   IOCORE_EstablishStaticConfigInt32(hostdb_migrate_on_demand, "proxy.config.hostdb.migrate_on_demand");
   IOCORE_EstablishStaticConfigInt32(hostdb_strict_round_robin, "proxy.config.hostdb.strict_round_robin");