View | Details | Raw Unified | Return to bug 249438 | Differences between
and this patch

Collapse All | Expand All

(-)cddl/contrib/opensolaris/lib/libzfs/common/libzfs_sendrecv.c (-1 / +1 lines)
Lines 2497-2503 Link Here
2497
	VERIFY(0 == nvlist_alloc(&deleted, NV_UNIQUE_NAME, 0));
2497
	VERIFY(0 == nvlist_alloc(&deleted, NV_UNIQUE_NAME, 0));
2498
2498
2499
	if ((error = gather_nvlist(hdl, tofs, fromsnap, NULL,
2499
	if ((error = gather_nvlist(hdl, tofs, fromsnap, NULL,
2500
	    recursive, B_FALSE, B_FALSE, &local_nv, &local_avl)) != 0)
2500
	    recursive, B_FALSE, recursive, &local_nv, &local_avl)) != 0)
2501
		return (error);
2501
		return (error);
2502
2502
2503
	/*
2503
	/*

Return to bug 249438