bugfix update byte count total
This commit is contained in:
parent
28b607857e
commit
af870ebc8f
|
@ -97,7 +97,7 @@ var dnspack = exports.DNS_PACKER = {
|
||||||
total += 1;
|
total += 1;
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
dnspack.packRdata(ab, dv, total, a);
|
total = dnspack.packRdata(ab, dv, total, a);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue