View | Details | Raw Unified | Return to bug 204705
Collapse All | Expand All

(-)b/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_sendrecv.c (-1 / +2 lines)
Lines 3476-3482 zfs_receive_one(libzfs_handle_t *hdl, int infd, const char *tosnap, Link Here
3476
	}
3476
	}
3477
3477
3478
	if (clp) {
3478
	if (clp) {
3479
		err |= changelist_postfix(clp);
3479
		if (!flags->nomount)
3480
			err |= changelist_postfix(clp);
3480
		changelist_free(clp);
3481
		changelist_free(clp);
3481
	}
3482
	}
3482
3483

Return to bug 204705