Skip to content

Commit

Permalink
Fix zfs-0.8.3 zfs_receive_raw test case
Browse files Browse the repository at this point in the history
Fix the zfs_receive_raw test case for zfs-0.8.3 by including the
one-liner fix from loli10k described here:
#9776 (comment)

Signed-off-by: Tony Hutter <[email protected]>
  • Loading branch information
tonyhutter committed Jan 3, 2020
1 parent ad3dbdf commit 9111fe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/libzfs/libzfs_sendrecv.c
Original file line number Diff line number Diff line change
Expand Up @@ -3518,6 +3518,7 @@ recv_skip(libzfs_handle_t *hdl, int fd, boolean_t byteswap)
P2ROUNDUP(drr->drr_u.drr_write_embedded.drr_psize,
8), B_FALSE, NULL);
break;
case DRR_OBJECT_RANGE:
case DRR_WRITE_BYREF:
case DRR_FREEOBJECTS:
case DRR_FREE:
Expand Down

0 comments on commit 9111fe2

Please sign in to comment.