bugfix update byte count total

This commit is contained in:
AJ ONeal 2017-02-16 15:57:15 -07:00
parent 28b607857e
commit af870ebc8f
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ var dnspack = exports.DNS_PACKER = {
total += 1;
});
} else {
dnspack.packRdata(ab, dv, total, a);
total = dnspack.packRdata(ab, dv, total, a);
}
}