From: Miek Gieben Date: Thu, 28 Jul 2005 14:29:41 +0000 (+0000) Subject: it works more and more X-Git-Tag: release-1.0.0~357 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33ae5166e7168fda5cb6e6d0415f08a0eec42eb7;p=thirdparty%2Fldns.git it works more and more --- diff --git a/tests/rns.lua b/tests/rns.lua index 6fcda907..27cb0148 100644 --- a/tests/rns.lua +++ b/tests/rns.lua @@ -20,3 +20,7 @@ my_pkt = l_pkt_new() my_pkt = l_pkt_push_rr(my_pkt, LDNS_SECTION_ANSWER, my_rr) l_pkt_print(my_pkt) + +my_pkt = l_pkt_push_rr(my_pkt, LDNS_SECTION_ANSWER, my_rr2) + +l_pkt_print(my_pkt)