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

(-)b/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c (-1 / +1 lines)
Lines 1206-1212 zfs_do_destroy(int argc, char **argv) Link Here
1206
1206
1207
	at = strchr(argv[0], '@');
1207
	at = strchr(argv[0], '@');
1208
	if (at != NULL) {
1208
	if (at != NULL) {
1209
		int err;
1209
		int err = 0;
1210
1210
1211
		/* Build the list of snaps to destroy in cb_nvl. */
1211
		/* Build the list of snaps to destroy in cb_nvl. */
1212
		if (nvlist_alloc(&cb.cb_nvl, NV_UNIQUE_NAME, 0) != 0)
1212
		if (nvlist_alloc(&cb.cb_nvl, NV_UNIQUE_NAME, 0) != 0)

Return to bug 164802