]> git.ipfire.org Git - thirdparty/libvirt.git/commit
openvz: fix bridge devices parsing in openvzReadNetworkConf()
authorJean-Baptiste Rouault <jean-baptiste.rouault@diateam.net>
Tue, 31 May 2011 09:57:21 +0000 (11:57 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 31 May 2011 12:28:52 +0000 (14:28 +0200)
commit0796395283a6166dc4a8ff65c2b8e4476157d158
tree1a9abd18ebe604d94e90ad81134005511f4e4fa4
parent7cbbf61bd47d835e6625c2c9700ebeb99687c7f7
openvz: fix bridge devices parsing in openvzReadNetworkConf()

strchrnul() was called on the wrong string so it returned
the same result for each iteration.
src/openvz/openvz_conf.c