remove DEBUG

git-svn-id: file:///svn/unbound/trunk@912 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2008-01-30 16:35:34 +00:00
parent 2b4ef794b9
commit 635c65f4ed

View file

@ -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 {