[getdns-users] getdns 0.3.0 release candidate
Hollenbeck, Scott
shollenbeck at verisign.com
Fri Jul 10 15:59:13 UTC 2015
I just discovered a small issue with some debug print information being emitted from context.c. Here's a patch:
diff --git src/context.c src/context.c
index f7b87f8..817cc3f 100644
--- src/context.c
+++ src/context.c
@@ -2067,7 +2067,6 @@ priv_getdns_ns_dns_setup(struct getdns_context *context)
(void) gldns_wire2str_rr_buf(rr->pos,
rr->nxt - rr->pos, ta_str, sizeof(ta_str));
- fprintf(stderr, "TA: %s\n", ta_str);
(void) ub_ctx_add_ta(
context->unbound_ctx, ta_str);
}
I hope to have these new features in the development branch for the PHP bindings before next weekend.
Scott
More information about the Users
mailing list