Skip to content

Commit

Permalink
Merge pull request #716 from gao-yan/cib-update-attributes
Browse files Browse the repository at this point in the history
Fix: cib: Correctly add "update-origin", "update-client" and "update-user" attributes for cib
  • Loading branch information
beekhof committed May 20, 2015
2 parents 1370c92 + e3d157a commit a1d8df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cib/cib_utils.c
Expand Up @@ -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... */
Expand Down

0 comments on commit a1d8df1

Please sign in to comment.