]> sourceware.org Git - lvm2.git/commit
Fix FAILED_INCONSISTENT case in vg_backup_single - typeo on 'if' condition.
authorDave Wysochanski <dwysocha@redhat.com>
Wed, 15 Jul 2009 03:30:04 +0000 (03:30 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Wed, 15 Jul 2009 03:30:04 +0000 (03:30 +0000)
commite5e30dc73d3522701e5a7058c51de4b0513fd19b
tree534f82811aed87f476d4b75aba5dd7d976f0a95f
parentae94917e76082879da92c6b000bd54b1976c7586
Fix FAILED_INCONSISTENT case in vg_backup_single - typeo on 'if' condition.

In vg_backup_single, we should error out if we vg_read_error(vg) and the
error code we received was anything other than FAILED_INCONSISTENT.
Original code contained an error because C operator precedence.
Note - this was part of the vg_read() so no WHATS_NEW entry neceesary.

Author: Dave Wysochanski <dwysocha@redhat.com>
tools/vgcfgbackup.c
This page took 0.033736 seconds and 5 git commands to generate.