fence-agents: RHEL6 - fence_ipmilan: is not parsing args with passwd_script option in cluster.conf

Marek GrĂ¡c marx at fedoraproject.org
Thu Jan 12 15:45:20 UTC 2012


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=49a5baea19ac2a371439454d1cf01559612b6efe
Commit:        49a5baea19ac2a371439454d1cf01559612b6efe
Parent:        909d5b2c40b7f9b233a0aa5e19f3d5c83d0577c4
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 Jan 12 16:43:19 2012 +0100

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

Resolves: rhbz#740484
---
 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 b6fc193..52be371 100644
--- a/fence/agents/ipmilan/ipmilan.c
+++ b/fence/agents/ipmilan/ipmilan.c
@@ -709,7 +709,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