62ef318946
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=45
14 lines
474 B
Diff
14 lines
474 B
Diff
diff --git a/fencing/main.c b/fencing/main.c
|
|
index 1a16b48..90787f8 100644
|
|
--- a/fencing/main.c
|
|
+++ b/fencing/main.c
|
|
@@ -761,7 +761,7 @@ update_cib_cache_cb(const char *event, xmlNode * msg)
|
|
xmlNode *cib_last = local_cib;
|
|
|
|
local_cib = NULL;
|
|
- rc = (*cib_apply_patch_event)(msg, cib_last, &local_cib, LOG_DEBUG);
|
|
+ /*rc = (*cib_apply_patch_event)(msg, cib_last, &local_cib, LOG_DEBUG);*/
|
|
free_xml(cib_last);
|
|
|
|
switch (rc) {
|