From: Miek Gieben Date: Wed, 10 Aug 2005 12:43:49 +0000 (+0000) Subject: register it X-Git-Tag: release-1.0.0~321 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1938687a9ceae574c8545fc3d302fbcaa92afa3;p=thirdparty%2Fldns.git register it --- diff --git a/lua/lua-rns.c b/lua/lua-rns.c index 2ecf9a27..646d3738 100644 --- a/lua/lua-rns.c +++ b/lua/lua-rns.c @@ -433,7 +433,8 @@ register_ldns_functions(void) lua_register(L, "l_pkt_qdcount", l_pkt_qdcount); lua_register(L, "l_pkt_ancount", l_pkt_ancount); lua_register(L, "l_pkt_nscount", l_pkt_nscount); - lua_register(L, "l_pkt_arcount", l_pkt_arcount); + lua_register(L, "l_pkt_nscount", l_pkt_nscount); + lua_register(L, "l_pkt_read_wire_udp", l_pkt_read_wire_udp); /* CONVERSIONs */ lua_register(L, "l_pkt2string", l_pkt2string);