]> git.ipfire.org Git - thirdparty/libvirt.git/commit
avoid global variable shadowed
authorHu Tao <hutao@cn.fujitsu.com>
Fri, 2 Mar 2012 02:52:59 +0000 (10:52 +0800)
committerEric Blake <eblake@redhat.com>
Fri, 2 Mar 2012 03:09:23 +0000 (20:09 -0700)
commit362077e752135daba5e8e065306cc373fb94dfc6
tree53a09c9c24c28d71e1141fd45fa9659e2c3bb525
parent3c30fbcd4a0320d2eba723445b0f2306193e1685
avoid global variable shadowed

If "conf/domain_conf.h" included in file nodeinfo.c, gcc complains about
a variable shadowing. fix it for potential further including of the file.

ref: https://www.redhat.com/archives/libvir-list/2012-February/msg00955.html
src/nodeinfo.c