]> git.ipfire.org Git - thirdparty/libvirt.git/commit
net: Change argument type of virNetworkObjIsDuplicate()
authorPeter Krempa <pkrempa@redhat.com>
Thu, 25 Oct 2012 12:19:59 +0000 (14:19 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 2 Nov 2012 12:28:39 +0000 (13:28 +0100)
commita3258c0eb9e8f2bbb2d03e124d0b83469209fdb7
tree9411ffa6e24184eb4584cc9b5499614b648163e3
parentf8230891243f86e920d04a0751512cc31055ff8c
net: Change argument type of virNetworkObjIsDuplicate()

The argument check_active is used only as a boolean so this patch
changes the type and updates callers.
src/conf/network_conf.c
src/conf/network_conf.h
src/network/bridge_driver.c