diff options
Diffstat (limited to 'binding_error.patch')
| -rw-r--r-- | binding_error.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/binding_error.patch b/binding_error.patch deleted file mode 100644 index abd9811..0000000 --- a/binding_error.patch +++ /dev/null @@ -1,13 +0,0 @@ -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", |
