]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
remove DEBUG
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 30 Jan 2008 16:35:34 +0000 (16:35 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 30 Jan 2008 16:35:34 +0000 (16:35 +0000)
git-svn-id: file:///svn/unbound/trunk@912 be551aaa-1e26-0410-a405-d3ace91eadb9

services/outside_network.c

index 7789bf47fef3c4d0c4d643e3f8cadaa628a65fb5..dd019d462071fa1ec6208654a91d85564bdfc8e8 100644 (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 {