cluster: RHEL58 - fence_ipmilan: is not parsing args with passwd_script option in cluster.conf

Marek Grác marx at fedoraproject.org
Thu Oct 27 15:03:30 UTC 2011


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=e730f686906f480e9925621d31404c2b210abee6
Commit:        e730f686906f480e9925621d31404c2b210abee6
Parent:        9b7cfa185f63b3fd74bb6db104b3650208d19d1b
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Thu Sep 22 10:36:37 2011 +0200
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Thu Oct 27 17:01:36 2011 +0200

fence_ipmilan: is not parsing args with passwd_script option in cluster.conf

Resolves: rhbz#732773
---
 fence/agents/ipmilan/ipmilan.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fence/agents/ipmilan/ipmilan.c b/fence/agents/ipmilan/ipmilan.c
index f9d15b1..664f8a5 100644
--- a/fence/agents/ipmilan/ipmilan.c
+++ b/fence/agents/ipmilan/ipmilan.c
@@ -951,7 +951,6 @@ eol:
 	for (x=0; x <= linelen; x++) {
 		switch(line[x]) {
 		case '\t':
-		case ' ':
 		case '\r':
 		case '\n':
 			line[x] = 0;


More information about the cluster-commits mailing list