From c7694e3e50f3516ec8027c4c666e48a36fe4094f Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Tue, 5 Jul 2011 23:57:14 +0200 Subject: [PATCH] nodedev: Let check_fc_host_linux report errors to the caller --- src/node_device/node_device_linux_sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_device/node_device_linux_sysfs.c b/src/node_device/node_device_linux_sysfs.c index 4f4acc7056..34e45013a1 100644 --- a/src/node_device/node_device_linux_sysfs.c +++ b/src/node_device/node_device_linux_sysfs.c @@ -156,7 +156,7 @@ out: VIR_FREE(d->scsi_host.wwpn); } VIR_FREE(sysfs_path); - return 0; + return retval; }