summaryrefslogtreecommitdiffstats
path: root/0064-RHBZ-612173-fix-reverse-lookup.patch
blob: 7799deee5e09cb8ee87b6fb7ec6e419be6d1e1f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: multipath-tools/libmultipath/alias.c
===================================================================
--- multipath-tools.orig/libmultipath/alias.c
+++ multipath-tools/libmultipath/alias.c
@@ -141,7 +141,7 @@ rlookup_binding(FILE *f, char **map_wwid
 		curr_id = scan_devname(alias);
 		if (curr_id >= id)
 			id = curr_id + 1;
-		wwid = strtok(NULL, " \t");
+		wwid = strtok(NULL, "");
 		if (!wwid){
 			condlog(3,
 				"Ignoring malformed line %u in bindings file",