]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Fix usage of virBitmapParse
authorPeter Krempa <pkrempa@redhat.com>
Wed, 23 Jan 2013 14:43:47 +0000 (15:43 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 23 Jan 2013 15:21:21 +0000 (16:21 +0100)
commitbf62e9953c3dde35551a0c2a91d30a294516609a
tree2ea1db6c112d1234a9fd6b9ba10e417d5273e440
parent4004977fbff23b92a54fb8ef8d97bcc96935a909
conf: Fix usage of virBitmapParse

virNetworkObjUpdateParseFile used ',' as the termination character for
virBitmapParse. This would break if an non-contiguous range would be
parsed.
src/conf/network_conf.c