summaryrefslogtreecommitdiffstats
path: root/0064-RHBZ-612173-fix-reverse-lookup.patch
diff options
context:
space:
mode:
Diffstat (limited to '0064-RHBZ-612173-fix-reverse-lookup.patch')
-rw-r--r--0064-RHBZ-612173-fix-reverse-lookup.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/0064-RHBZ-612173-fix-reverse-lookup.patch b/0064-RHBZ-612173-fix-reverse-lookup.patch
new file mode 100644
index 0000000..7799dee
--- /dev/null
+++ b/0064-RHBZ-612173-fix-reverse-lookup.patch
@@ -0,0 +1,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",