|
|
} | } |
if (dfd >= 0) close(dfd); | if (dfd >= 0) close(dfd); |
| |
if (ident->uuid_set && (!update && strcmp(update, "uuid")!= 0) && |
if (ident->uuid_set && update && strcmp(update, "uuid")!= 0 && |
(!super || same_uuid(info.uuid, ident->uuid, tst->ss->swapuuid)==0)) { | (!super || same_uuid(info.uuid, ident->uuid, tst->ss->swapuuid)==0)) { |
if ((inargv && verbose >= 0) || verbose > 0) | if ((inargv && verbose >= 0) || verbose > 0) |
fprintf(stderr, Name ": %s has wrong uuid.\n", | fprintf(stderr, Name ": %s has wrong uuid.\n", |