[PATCH 1/5] libctrl: Catch up with API change for ipa_server_conn_create

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/OpenBSC@lists.osmocom.org/.

Daniel Willmann daniel at totalueberwachung.de
Thu Sep 15 14:04:49 UTC 2011


---
 openbsc/src/libctrl/control_if.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/openbsc/src/libctrl/control_if.c b/openbsc/src/libctrl/control_if.c
index 7e2ae16..99e4ccf 100644
--- a/openbsc/src/libctrl/control_if.c
+++ b/openbsc/src/libctrl/control_if.c
@@ -244,7 +244,7 @@ static int ctrl_accept_cb(struct ipa_server_link *ipa_link, int fd)
 	struct ipa_server_conn *ipa_peer_link;
 
 	ipa_peer_link = ipa_server_conn_create(tall_bsc_ctx, ipa_link, fd,
-						handle_control_read,
+						handle_control_read, NULL,
 						ipa_link->data);
 	if (!ipa_peer_link) {
 		LOGP(DCTRL, LOGL_ERROR, "Failed to register peer connection.\n");
-- 
1.7.6.1





More information about the OpenBSC mailing list