Skip to content

Commit

Permalink
Build: mgmtd: Support the new API of update_attr_delegate()
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-yan committed Jan 8, 2015
1 parent f27fc27 commit 79579ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgmt/daemon/mgmt_crm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,7 @@ on_cleanup_rsc(char* argv[], int argc)
XML_CIB_TAG_CRMCONFIG, NULL, NULL, NULL, NULL, "last-lrm-refresh", now_s, FALSE);
#else
update_attr_delegate(cib_conn, cib_sync_call,
XML_CIB_TAG_CRMCONFIG, NULL, NULL, NULL, NULL, "last-lrm-refresh", now_s, FALSE, NULL);
XML_CIB_TAG_CRMCONFIG, NULL, NULL, NULL, NULL, "last-lrm-refresh", now_s, FALSE, NULL, NULL);
#endif
free(now_s);

Expand Down

0 comments on commit 79579ac

Please sign in to comment.