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

Marek Grác marx at fedoraproject.org
Thu Sep 22 08:37:47 UTC 2011


Gitweb:        http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=8c11e2e4bf971ec75acf6cbc5b81c8efbaa273e3
Commit:        8c11e2e4bf971ec75acf6cbc5b81c8efbaa273e3
Parent:        d532e41a3d2a9d85db4b87b80c36119f59534c85
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 Sep 22 10:36:37 2011 +0200

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