Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libzfs_sendrecv: Use size_t for payload_len
We won't be passing a negative value here, so make it clear. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <freqlabs@FreeBSD.org> Closes #12967