From: Jelte Jansen Date: Thu, 22 Dec 2005 15:04:10 +0000 (+0000) Subject: sigh. removed debug line X-Git-Tag: release-1.1.0~499 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2241f4e31b8ce8800b3503605406d8fbbcb71cee;p=thirdparty%2Fldns.git sigh. removed debug line --- diff --git a/examples/ldns-dpa.c b/examples/ldns-dpa.c index f02bf2b8..16170b70 100644 --- a/examples/ldns-dpa.c +++ b/examples/ldns-dpa.c @@ -2090,10 +2090,6 @@ printf("timeval: %u ; %u\n", cur_hdr.ts.tv_sec, cur_hdr.ts.tv_usec); printf("Malloc failed, out of mem?\n"); exit(4); } - fflush(stderr); - printf("Copying to %p, from %p, len %u\n", newdata, data, data_offset); - fflush(stdout); - memcpy((char *) newdata, data, data_offset); memcpy((char *) newdata+data_offset, fragment_p->data, fragment_p->cur_len); iptr->ip_len = ldns_read_uint16(&(fragment_p->cur_len));