------------------------------------------------------------ revno: 13139 revision-id: squid3@treenet.co.nz-20140603070253-t88u0vu6woi5l2y6 parent: squid3@treenet.co.nz-20140603064946-p5aaw0eo7bfo2uqs fixes bug(s): http://bugs.squid-cache.org/show_bug.cgi?id=4056 committer: Amos Jeffries branch nick: 3.4 timestamp: Tue 2014-06-03 01:02:53 -0600 message: Bug 4056: assertion MemPools[type] from netdbExchangeStart() ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20140603070253-t88u0vu6woi5l2y6 # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 # testament_sha1: 8893879ddc22a05e7326da2707e4677751e99727 # timestamp: 2014-06-03 07:05:20 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 # base_revision_id: squid3@treenet.co.nz-20140603064946-\ # p5aaw0eo7bfo2uqs # # Begin patch === modified file 'src/neighbors.cc' --- src/neighbors.cc 2014-06-03 06:49:46 +0000 +++ src/neighbors.cc 2014-06-03 07:02:53 +0000 @@ -1229,7 +1229,7 @@ peerCountMcastPeersSchedule(p, 10); #if USE_ICMP - if (p->type != PEER_MULTICAST) + if (p->type != PEER_MULTICAST && IamWorkerProcess()) if (!p->options.no_netdb_exchange) eventAddIsh("netdbExchangeStart", netdbExchangeStart, p, 30.0, 1); #endif