From e3d157a9e96359a8c192df60aa1b247ff08c0391 Mon Sep 17 00:00:00 2001 From: "Gao,Yan" Date: Sun, 17 May 2015 21:59:10 +0200 Subject: [PATCH] Fix: cib: Correctly add "update-origin", "update-client" and "update-user" attributes for cib Schema "pacemaker-1.1" has a larger index number than the regular schemas now. --- lib/cib/cib_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cib/cib_utils.c b/lib/cib/cib_utils.c index ea37c4b7bc1..774f2d0f06e 100644 --- a/lib/cib/cib_utils.c +++ b/lib/cib/cib_utils.c @@ -531,7 +531,7 @@ cib_perform_op(const char *op, int call_options, cib_op_t * fn, gboolean is_quer int current_schema = get_schema_version(schema); if (minimum_schema == 0) { - minimum_schema = get_schema_version("pacemaker-1.1"); + minimum_schema = get_schema_version("pacemaker-1.2"); } /* Does the CIB support the "update-*" attributes... */