diff options
| author | Benjamin Marzinski <bmarzins@fedoraproject.org> | 2008-09-26 23:28:36 +0000 |
|---|---|---|
| committer | Benjamin Marzinski <bmarzins@fedoraproject.org> | 2008-09-26 23:28:36 +0000 |
| commit | 765b6859467587798b2f96ad85665c13fd8f03ed (patch) | |
| tree | 43cbab29c1df819799b71a358f2d926b41946506 /config_space_fix.patch | |
| parent | 4fa3700b25f28485679b1caf4a9ff46adbfb8602 (diff) | |
Since libaio is now in /lib, not /usr/lib, multipath no longer needs todevice-mapper-multipath-0_4_8-7_fc10F-10-startF-10-split
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
Diffstat (limited to 'config_space_fix.patch')
| -rw-r--r-- | config_space_fix.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config_space_fix.patch b/config_space_fix.patch index 25aca7a..c8f4b4b 100644 --- a/config_space_fix.patch +++ b/config_space_fix.patch @@ -7,14 +7,14 @@ Index: multipath-tools/libmultipath/parser.c else in_string = 1; + } else if (!in_string && (*cp == '{' || *cp == '}')) { -+ cp++; + token = MALLOC(2); -+ + + if (!token) + goto out; - ++ + *(token) = *cp; + *(token + 1) = '\0'; ++ cp++; } else { while ((in_string || (!isspace((int) *cp) && isascii((int) *cp) && |
