diff -Npru unbound-1.4.21.callgraph/daemon/worker.c unbound-1.4.21.callgraph2/daemon/worker.c --- unbound-1.4.21.callgraph/daemon/worker.c 2013-09-19 06:51:33.000000000 -0400 +++ unbound-1.4.21.callgraph2/daemon/worker.c 2013-12-27 17:53:29.589149356 -0500 @@ -862,6 +862,7 @@ worker_handle_request(struct comm_point* server_stats_insrcode(&worker->stats, c->buffer); return 1; } + /* if(local_zones_answer(worker->daemon->local_zones, &qinfo, &edns, c->buffer, worker->scratchpad)) { regional_free_all(worker->scratchpad); @@ -872,6 +873,7 @@ worker_handle_request(struct comm_point* server_stats_insrcode(&worker->stats, c->buffer); return 1; } + */ if(!(LDNS_RD_WIRE(ldns_buffer_begin(c->buffer))) && acl != acl_allow_snoop ) { ldns_buffer_set_limit(c->buffer, LDNS_HEADER_SIZE);