summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-05-13 15:13:49 -0500
committerDavid Teigland <teigland@redhat.com>2015-05-19 15:14:30 -0500
commit0922f0eb47293948add813be2eac7e6a986839ca (patch)
treef7e6186228ce5c645f97a4592eae62d35079130f
parentf44b14038fb23b46dc69dc7169dbbdc48bfe64ec (diff)
downloadlvm2-0922f0eb47293948add813be2eac7e6a986839ca.tar.gz
liblvm: new unused arg for vg_read
-rw-r--r--liblvm/lvm_vg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblvm/lvm_vg.c b/liblvm/lvm_vg.c
index 76c5c6356..a2d42d23f 100644
--- a/liblvm/lvm_vg.c
+++ b/liblvm/lvm_vg.c
@@ -218,7 +218,7 @@ static vg_t _lvm_vg_open(lvm_t libh, const char *vgname, const char *mode,
return NULL;
}
- vg = vg_read((struct cmd_context *)libh, vgname, NULL, internal_flags);
+ vg = vg_read((struct cmd_context *)libh, vgname, NULL, internal_flags, 0);
if (vg_read_error(vg)) {
/* FIXME: use log_errno either here in inside vg_read */
release_vg(vg);