From 1da5e2d3d5c93fb3da2e9f44855d5961c2b523fa Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 28 Jan 2017 13:17:02 -0700 Subject: [PATCH] update function signature --- dns.type.a.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns.type.a.js b/dns.type.a.js index 1ec3f07..c80218e 100644 --- a/dns.type.a.js +++ b/dns.type.a.js @@ -3,7 +3,7 @@ // An 'A' record is a 32-bit value representing the IP address -exports.DNS_TYPE_A = function (rdata) { +exports.DNS_TYPE_A = function (ab, packet, rdata) { var ui8 = new Uint8Array(rdata); // i.e. 127.0.0.1