From 635c65f4ed6925d9fe374e6fc700d5b08659d8b3 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Wed, 30 Jan 2008 16:35:34 +0000 Subject: [PATCH] remove DEBUG git-svn-id: file:///svn/unbound/trunk@912 be551aaa-1e26-0410-a405-d3ace91eadb9 --- services/outside_network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.47.2