From 6d482cf1c1226f75e59569b930cf916ccb0d350f Mon Sep 17 00:00:00 2001
From: Hideo Yamauchi <renayama19661014@ybb.ne.jp>
Date: Fri, 10 Oct 2014 13:11:01 +0900
Subject: [PATCH] Mistake of the set of the variable.
---
crmd/remote_lrmd_ra.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crmd/remote_lrmd_ra.c b/crmd/remote_lrmd_ra.c
index f3dedeb..929b3f8 100644
--- a/crmd/remote_lrmd_ra.c
+++ b/crmd/remote_lrmd_ra.c
@@ -573,7 +573,7 @@ handle_remote_ra_exec(gpointer user_data)
* cleared which will require all the resources running in the remote-node
* to be explicitly re-detected via probe actions. If the takeover does occur
* successfully, then we can leave the status section intact. */
- cmd->monitor_timeout_id = g_timeout_add((cmd->timeout/2), connection_takeover_timeout_cb, cmd);
+ cmd->takeover_timeout_id = g_timeout_add((cmd->timeout/2), connection_takeover_timeout_cb, cmd);
ra_data->cur_cmd = cmd;
return TRUE;
}
--
1.8.4.2