Use XDR packing for sent streams

This commit is contained in:
Brooks Davis 2022-11-18 22:52:16 +00:00
parent aa876d6ec3
commit 1e36c5b9ff
1 changed files with 1 additions and 1 deletions

View File

@ -2527,7 +2527,7 @@ dmu_send_impl(struct dmu_send_params *dspp)
}
if (!nvlist_empty(nvl)) {
payload = fnvlist_pack(nvl, &payload_len);
payload = fnvlist_pack_xdr(nvl, &payload_len);
drr->drr_payloadlen = payload_len;
}