]> xenbits.xensource.com Git - libvirt.git/commit
storage_backend_fs.c: do not ignore probe failure
authorJim Meyering <meyering@redhat.com>
Mon, 18 Jan 2010 09:34:53 +0000 (10:34 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 18 Jan 2010 13:46:51 +0000 (14:46 +0100)
commita6e7ba94640185480e951cba69596e33e39153ca
treeb91561924161c6cb2aa913271f6da49dceada9da
parent1ed1bf3a382a20cc3cd29b11fafc13aad3803a8e
storage_backend_fs.c: do not ignore probe failure

* src/storage/storage_backend_fs.c (virStorageBackendFileSystemRefresh):
Correct parentheses.  The documented intent is to ignore non-regular
files, yet due to a parenthesization error all errors were handled
that way.
src/storage/storage_backend_fs.c