]> xenbits.xensource.com Git - libvirt.git/commit
Eliminate failure to delete empty storage pools
authorLaine Stump <laine@laine.org>
Mon, 14 Dec 2009 15:15:28 +0000 (16:15 +0100)
committerDaniel Veillard <veillard@redhat.com>
Mon, 14 Dec 2009 15:15:28 +0000 (16:15 +0100)
commit22f3ec27a3e05a8fe4610a3f08c35c50cb60ca11
tree939541f797f6a1875bd7abf8f818c470907d4429
parenta645c8f0fd1325952d7910db8fae9a0dc00069b1
Eliminate failure to delete empty storage pools

* src/storage/storage_backend_fs.c: virStorageBackendFileSystemDelete
  was incorrectly calling unlink() in an attempt to remove a directory.
  It should be calling rmdir() instead.
src/storage/storage_backend_fs.c