mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-08 08:58:50 +03:00
Return 1 on success in pvdisplay_short() and lvdisplay_full() so commands like vgdisplay are not printinig stracktraces on successful passes. As the results of fail/success have been internally ignored for those calls, it had no other visible side effect - command's return value was still 0 (success).