Config triggered SAEMs

This commit is contained in:
emanuel 2021-07-23 16:52:12 +01:00
parent 89549fa7ac
commit 4247a050a1
1 changed files with 0 additions and 4 deletions

View File

@ -103,10 +103,6 @@ void bulletin_init(bulletin_t* bulletin) {
bulletin->to_consume[i] = calloc(1, sizeof(announcement_t)); bulletin->to_consume[i] = calloc(1, sizeof(announcement_t));
} }
bulletin->to_provide_len = 1;
bulletin->to_provide[0] = calloc(1, sizeof(announcement_t));
bulletin->to_provide[0]->endpoint.port = 7777;
} }
int mk_saem(facilities_t* facilities, uint8_t* b_saem, uint32_t* b_saem_len) { int mk_saem(facilities_t* facilities, uint8_t* b_saem, uint32_t* b_saem_len) {