bugfix update byte count total
This commit is contained in:
父節點
28b607857e
當前提交
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
載入中…
x
新增問題並參考
Block a user