1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

coverity: assigned variable not used and reassigned later

This commit is contained in:
Peter Rajnoha 2013-10-16 15:06:43 +02:00
parent dd3a2f13f1
commit ee878bc52c

View File

@ -89,7 +89,7 @@ static int _lv_is_on_pv(struct cmd_context *cmd,
struct physical_volume *pv2;
struct lv_segment *seg;
if (!lv || !(seg = first_seg(lv)))
if (!lv || !(first_seg(lv)))
return_0;
/*