summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2012-04-17 10:17:58 +0100
committerMatthew Booth <mbooth@redhat.com>2012-04-18 10:10:03 +0100
commit4542401fee7a141204baea98dcdc9fa557878f85 (patch)
tree0f35f7fa20a0ce60f874adccc9faf6628c95ded7
parent158479ffc02837230fbff9377242500febf0d472 (diff)
downloadlibguestfs-4542401fee7a141204baea98dcdc9fa557878f85.tar.gz
libguestfs-4542401fee7a141204baea98dcdc9fa557878f85.tar.xz
libguestfs-4542401fee7a141204baea98dcdc9fa557878f85.zip
Don't abort inspection if mdadm.conf ARRAY doesn't have a uuid
-rw-r--r--src/inspect_fs_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspect_fs_unix.c b/src/inspect_fs_unix.c
index 1ef4ca45..5695adc1 100644
--- a/src/inspect_fs_unix.c
+++ b/src/inspect_fs_unix.c
@@ -1113,7 +1113,7 @@ map_md_devices(guestfs_h *g, Hash_table **map)
free(uuid_path);
if (!uuid) {
free(dev);
- goto error;
+ continue;
}
/* Parse the uuid into an md_uuid structure so we can look it up in the