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/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/92/16692/1
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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200101/3970ebd9/attachment.htm>