From: Wouter Wijngaards Date: Wed, 30 Jan 2008 16:35:34 +0000 (+0000) Subject: remove DEBUG X-Git-Tag: release-0.9~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=635c65f4ed6925d9fe374e6fc700d5b08659d8b3;p=thirdparty%2Funbound.git remove DEBUG git-svn-id: file:///svn/unbound/trunk@912 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/services/outside_network.c b/services/outside_network.c index 7789bf47f..dd019d462 100644 --- a/services/outside_network.c +++ b/services/outside_network.c @@ -1100,7 +1100,7 @@ serviced_udp_callback(struct comm_point* c, void* arg, int error, } return 0; } - if(1 || /* @@@ DEBUG */ rto >= RTT_MAX_TIMEOUT) { + if(rto >= RTT_MAX_TIMEOUT) { fallback_tcp = 1; /* UDP does not work, fallback to TCP below */ } else {