update function signature

This commit is contained in:
AJ ONeal 2017-01-28 13:17:02 -07:00
parent d04ea1b172
commit 1da5e2d3d5
1 changed files with 1 additions and 1 deletions

View File

@ -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