From c7ea1a3b8dbfdeb2020d25e5d847a1bb8513081f Mon Sep 17 00:00:00 2001 From: Benjamin Marzinski Date: Wed, 29 Jul 2009 22:54:07 +0000 Subject: 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 --- binding_error.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 binding_error.patch (limited to 'binding_error.patch') 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", -- cgit