summaryrefslogtreecommitdiff
path: root/tools/pvchange.c
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2015-02-13 10:42:21 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2015-02-13 11:27:09 +0100
commit969d2bf4484810e1c3d402a45cb433b3bee19191 (patch)
treef1fbc589f8c21b114112e421d51efcd9a4c35673 /tools/pvchange.c
parent66b10d6d126fdf476cf43eec25820b021752b383 (diff)
downloadlvm2-969d2bf4484810e1c3d402a45cb433b3bee19191.tar.gz
cleanup: remove deallocate_handle_root arg from destroy_procesing_handle fnw
Diffstat (limited to 'tools/pvchange.c')
-rw-r--r--tools/pvchange.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pvchange.c b/tools/pvchange.c
index a8414c10d..c3e9215b5 100644
--- a/tools/pvchange.c
+++ b/tools/pvchange.c
@@ -216,6 +216,6 @@ int pvchange(struct cmd_context *cmd, int argc, char **argv)
params.total - params.done, (params.total - params.done) == 1 ? "" : "s");
out:
- destroy_processing_handle(cmd, handle, 1);
+ destroy_processing_handle(cmd, handle);
return ret;
}