---
 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


Reply via email to