mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-07 23:39:35 -05:00
Removed debug statement.
git-svn-id: file:///svn/unbound/trunk@1627 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
5e2189bb35
commit
caaa90a200
1 changed files with 0 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue