765b685946
statically link against it. Fixed an error with binding file and WWIDs that include spaces. Cleaned up the messages from the directio checker function. Fixed the udev rules. Fixed a regression in multipath.conf parsing Fixed 457530, 457589
14 lines
479 B
Diff
14 lines
479 B
Diff
Index: multipath-tools/libmultipath/alias.c
|
|
===================================================================
|
|
--- multipath-tools.orig/libmultipath/alias.c
|
|
+++ multipath-tools/libmultipath/alias.c
|
|
@@ -243,7 +243,7 @@ lookup_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",
|