summaryrefslogtreecommitdiffstats
path: root/0050-RHBZ-595400-fix-checker-tmo.patch
blob: d0c73089152335017a0c77740eec885ab1346368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
 libmultipath/discovery.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: multipath-tools/libmultipath/discovery.c
===================================================================
--- multipath-tools.orig/libmultipath/discovery.c
+++ multipath-tools/libmultipath/discovery.c
@@ -174,7 +174,7 @@ sysfs_get_timeout(struct sysfs_device *d
 	if (safe_sprintf(attr_path, "%s/device", dev->devpath))
 		return 1;
 
-	attr = sysfs_attr_get_value(dev->devpath, "timeout");
+	attr = sysfs_attr_get_value(attr_path, "timeout");
 	if (!attr)
 		return 1;