summaryrefslogtreecommitdiffstats
path: root/binding_error.patch
diff options
context:
space:
mode:
authorBenjamin Marzinski <bmarzins@fedoraproject.org>2009-07-29 22:54:07 +0000
committerBenjamin Marzinski <bmarzins@fedoraproject.org>2009-07-29 22:54:07 +0000
commitc7ea1a3b8dbfdeb2020d25e5d847a1bb8513081f (patch)
tree7b7ba020c69a2e01f3dd2a0d26911d1b18b548d0 /binding_error.patch
parent39c08730f0e8e5f001c3f9dc3481b9f30eab24fb (diff)
Updated to latest upstream 0.4.9 code : multipath-tools-090729.tgz (git
commit id: d678c139719d5631194b50e49f16ca97162ecd0f) moved multipath bindings file from /var/lib/multipath to /etc/multipath Fixed 354961, 432520
Diffstat (limited to 'binding_error.patch')
-rw-r--r--binding_error.patch13
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",