This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/16692 )
Change subject: input/ipa_keepalive.c: make sure IPA keepalive FSM is registered
......................................................................
input/ipa_keepalive.c: make sure IPA keepalive FSM is registered
Change-Id: I36997b31f50fb1e051686a58dac09bc9ed391d17
Fixes: CID#206090
---
M src/input/ipa_keepalive.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/src/input/ipa_keepalive.c b/src/input/ipa_keepalive.c
index d8eec77..172a36f 100644
--- a/src/input/ipa_keepalive.c
+++ b/src/input/ipa_keepalive.c
@@ -213,7 +213,7 @@
static __attribute__((constructor)) void on_dso_load(void)
{
- osmo_fsm_register(&ipa_keepalive_fsm);
+ OSMO_ASSERT(osmo_fsm_register(&ipa_keepalive_fsm) == 0);
}
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/16692
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I36997b31f50fb1e051686a58dac09bc9ed391d17
Gerrit-Change-Number: 16692
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200101/8b6a02c1/attachment.htm>