]> git.ipfire.org Git - thirdparty/libvirt.git/commit
viralloc: use consistent naming
authorEric Blake <eblake@redhat.com>
Thu, 7 Mar 2013 14:53:42 +0000 (07:53 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 7 Mar 2013 14:53:42 +0000 (07:53 -0700)
commit2e6322a7a5b2b96d80c532245540c491e43da684
treeb91abb226a187a40454d39753eea9ae2d1618a29
parent374631d0164cd1772e3632404b7ec24b0b92dcd8
viralloc: use consistent naming

Commit 0df3e89 only touched the header, but the .c file had the
same shadowing potential.

* src/util/viralloc.c (virDeleteElementsN): s/remove/toremove/ to
match the header.
src/util/viralloc.c