From: Wouter Wijngaards Date: Wed, 27 May 2009 12:28:23 +0000 (+0000) Subject: Removed debug statement. X-Git-Tag: release-1.3.0~2^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=caaa90a20083d27e066f27c39de56cd3c9093a63;p=thirdparty%2Funbound.git Removed debug statement. git-svn-id: file:///svn/unbound/trunk@1627 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/services/outside_network.c b/services/outside_network.c index 3869aa2f7..d8033035c 100644 --- a/services/outside_network.c +++ b/services/outside_network.c @@ -307,11 +307,6 @@ outnet_udp_cb(struct comm_point* c, void* arg, int error, struct pending key; struct pending* p; verbose(VERB_ALGO, "answer cb"); - /* @@@ DEBUG simulate bad connection: drop those packets */ - /* - if((ub_random(outnet->rnd)&0xf) <= 1) - return 0; - */ if(error != NETEVENT_NOERROR) { verbose(VERB_QUERY, "outnetudp got udp error %d", error);