Use XDR packing for sent streams
This commit is contained in:
parent
aa876d6ec3
commit
1e36c5b9ff
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue