Skip to content
Snippets Groups Projects
Commit 18d2907b authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Removed debug code.

refs #924
parent 2342919d
No related branches found
No related tags found
No related merge requests found
......@@ -1855,10 +1855,10 @@ int zone_read(const char *name, const char *zonefile, const char *outfile,
/* This is *almost* unnecessary */
// dnslib_zone_deep_free(&(parser->current_zone), 0);
dnslib_zone_t *some_zone= dnslib_zload_load(dnslib_zload_open(outfile));
// dnslib_zone_t *some_zone= dnslib_zload_load(dnslib_zload_open(outfile));
printf("apex of new zone: %s\n",
dnslib_dname_to_str(some_zone->apex->owner));
// printf("apex of new zone: %s\n",
// dnslib_dname_to_str(some_zone->apex->owner));
fclose(yyin);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment