]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: fix build with iscsi
authorEric Blake <eblake@redhat.com>
Mon, 30 Apr 2012 16:36:44 +0000 (10:36 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 30 Apr 2012 17:37:35 +0000 (11:37 -0600)
commit29e702e57698699cecb7067deb44d0d078e4172e
treebd4d8d903b51e6964eceabd01a2ba76eece21429
parent980f12be7221b07e569fed24b372ea00c52d9511
storage: fix build with iscsi

The previous storage patch missed an instance affected by the struct
member rename.  It also had some botched whitespace detected by
'make check'.

* src/storage/storage_backend_iscsi.c
(virStorageBackendISCSIFindPoolSources): Adjust to new struct.
* src/conf/storage_conf.c (virStoragePoolSourceFormat): Fix
indentation.
src/conf/storage_conf.c
src/storage/storage_backend_iscsi.c