File pacemaker-fencing-cib-signon-stonithd-name.patch of Package pacemaker.14737

commit 0a5185e7e01aa4046872f92c47de644ac08a1c06
Author: HideoYamauchi <renayama19661014@ybb.ne.jp>
Date:   Tue Jul 26 09:13:20 2016 +0900

    Low: stonithd: Correction of the wrong connection process name.

diff --git a/fencing/main.c b/fencing/main.c
index 34f393a..8d30f6f 100644
--- a/fencing/main.c
+++ b/fencing/main.c
@@ -1217,7 +1217,7 @@ setup_cib(void)
 
     do {
         sleep(retries);
-        rc = cib_api->cmds->signon(cib_api, CRM_SYSTEM_CRMD, cib_command);
+        rc = cib_api->cmds->signon(cib_api, CRM_SYSTEM_STONITHD, cib_command);
     } while (rc == -ENOTCONN && ++retries < 5);
 
     if (rc != pcmk_ok) {
openSUSE Build Service is sponsored by