]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
just remove these comment lines
authorMatthijs Mekking <matje@NLnetLabs.nl>
Mon, 17 Jan 2011 10:13:48 +0000 (10:13 +0000)
committerMatthijs Mekking <matje@NLnetLabs.nl>
Mon, 17 Jan 2011 10:13:48 +0000 (10:13 +0000)
zone.c

diff --git a/zone.c b/zone.c
index 6b60865e7bbc5509d0dd369627c0b25d6300a4c9..917af8befccb4295a9f4a1c4e91bb108b18b0f2d 100644 (file)
--- a/zone.c
+++ b/zone.c
@@ -344,8 +344,6 @@ ldns_zone_new_frm_fp_l(ldns_zone **z, FILE *fp, ldns_rdf *origin, uint32_t ttl,
                        /* a normal RR - as sofar the DNS is normal */
                        if (!ldns_zone_push_rr(newzone, rr)) goto error;
 
-                       /*my_origin = ldns_rr_owner(rr);*/
-                       /* my_ttl    = ldns_rr_ttl(rr); */      /* XXX: this seems like an error */
                case LDNS_STATUS_SYNTAX_EMPTY:
                        /* empty line was seen */
                case LDNS_STATUS_SYNTAX_TTL: