Skip to content

Commit edeec74

Browse files
authored
Merge pull request #4021 from nrwahl2/nrwahl2-based_first
Reorganize CIB op handler functions and start on based_remote.c
2 parents 3e28cf7 + be9e788 commit edeec74

17 files changed

Lines changed: 1153 additions & 1090 deletions

daemons/based/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ halibdir = $(CRM_DAEMON_DIR)
1515
halib_PROGRAMS = pacemaker-based
1616

1717
noinst_HEADERS = based_io.h
18+
noinst_HEADERS += based_messages.h
1819
noinst_HEADERS += based_notify.h
1920
noinst_HEADERS += based_operation.h
2021
noinst_HEADERS += based_transaction.h

daemons/based/based_callbacks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ parse_peer_options(const cib__operation_t *operation, xmlNode *request,
653653

654654
} else if (pcmk__xe_attr_is_true(request, PCMK__XA_CIB_UPDATE)) {
655655
pcmk__info("Detected legacy %s global update from %s", op, originator);
656-
send_sync_request(NULL);
656+
send_sync_request();
657657
return false;
658658

659659
} else if (is_reply

0 commit comments

Comments
 (0)