Blame SOURCES/bz1111597-1-fence_rsb.patch

3340af
From 11def0b2e4dcd18c5f098ba6a4cb935af937784e Mon Sep 17 00:00:00 2001
3340af
From: Marek 'marx' Grac <mgrac@redhat.com>
3340af
Date: Thu, 2 Oct 2014 16:08:26 +0200
3340af
Subject: [PATCH 1/2] fence_rsb: Fix 62d90e3a0827fcdc5be632bdf4103d3c08b39622
3340af
3340af
Patch was not incorporated correctly from older version.
3340af
3340af
Resolves: rhbz#1110428
3340af
---
3340af
 fence/agents/rsb/fence_rsb.py | 1 -
3340af
 1 file changed, 1 deletion(-)
3340af
3340af
diff --git a/fence/agents/rsb/fence_rsb.py b/fence/agents/rsb/fence_rsb.py
3340af
index bcad1de..d21093f 100755
3340af
--- a/fence/agents/rsb/fence_rsb.py
3340af
+++ b/fence/agents/rsb/fence_rsb.py
3340af
@@ -29,7 +29,6 @@ def set_power_status(conn, options):
3340af
 	conn.send("2")
3340af
 	conn.log_expect(options, options["--command-prompt"], int(options["--shell-timeout"]))
3340af
 	conn.send_eol(action)
3340af
-	conn.log_expect(options, ["want to power off", "'yes' or 'no'"], int(options["--shell-timeout"]))
3340af
 	conn.log_expect(options, ["want to power " + options["--action"], 
3340af
 			"yes/no", "'yes' or 'no'"], int(options["--shell-timeout"]))
3340af
 	conn.send_eol("yes")
3340af
-- 
3340af
1.9.3
3340af