Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 119245
Collapse All | Expand All

(-)Assemble.c.orig (-1 / +1 lines)
Lines 219-225 Link Here
219
		}
219
		}
220
		if (dfd >= 0) close(dfd);
220
		if (dfd >= 0) close(dfd);
221
221
222
		if (ident->uuid_set && (!update && strcmp(update, "uuid")!= 0) &&
222
		if (ident->uuid_set && update && strcmp(update, "uuid")!= 0 &&
223
		    (!super || same_uuid(info.uuid, ident->uuid, tst->ss->swapuuid)==0)) {
223
		    (!super || same_uuid(info.uuid, ident->uuid, tst->ss->swapuuid)==0)) {
224
			if ((inargv && verbose >= 0) || verbose > 0)
224
			if ((inargv && verbose >= 0) || verbose > 0)
225
				fprintf(stderr, Name ": %s has wrong uuid.\n",
225
				fprintf(stderr, Name ": %s has wrong uuid.\n",

Return to bug 119245