]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Don't shadow global variable "remove" in cmdMetadata
authorPeter Krempa <pkrempa@redhat.com>
Tue, 17 Sep 2013 11:40:08 +0000 (13:40 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 17 Sep 2013 11:57:32 +0000 (13:57 +0200)
commit6bf4c779841f858872003ffe6a97df395b2940e6
treea581fb366f3a287d00753ef4538d1b1480eb432f
parent0d4f469c871fb5997bb24f192924163263445980
virsh: Don't shadow global variable "remove" in cmdMetadata

Some systems apparently have a global variable/function called remove
and thus break compilation of virsh-domain.c. Rename the variable to
avoid this.

Reported by GuanQiang.
tools/virsh-domain.c