1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-11 09:18:25 +03:00

fix last patch return code

This commit is contained in:
Alasdair Kergon 2008-09-19 00:20:39 +00:00
parent bc633e03aa
commit 8bd367d58d

View File

@ -179,7 +179,7 @@ int shift_mirror_images(struct lv_segment *mirrored_seg, unsigned mimage)
/* Place this one at the end */
mirrored_seg->areas[i-1] = area;
return 0;
return 1;
}
/*