]> 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)
commit1a4366df605a8113b0e756b23fea44da3015a3c5
tree534f82811aed87f476d4b75aba5dd7d976f0a95f
parent213c999a9229f95b696ec4a49949f0c884ba8406
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.029331 seconds and 5 git commands to generate.