laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/36496?usp=email )
Change subject: fix log_sctp_notification(): remove unused variable ......................................................................
fix log_sctp_notification(): remove unused variable
This unused variable causes failures in Jenkins master build job.
Change-Id: Ifc563a7fe9006b6e412f1104cbc7e4d9b8ccae3f Fixes: 2c9ba16 "ipa: Use pseudo-random number for SLS in IPA->M3UA direction" --- M src/osmo_ss7_asp.c 1 file changed, 12 insertions(+), 1 deletion(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/osmo_ss7_asp.c b/src/osmo_ss7_asp.c index f290fdb..90c72a9 100644 --- a/src/osmo_ss7_asp.c +++ b/src/osmo_ss7_asp.c @@ -798,7 +798,6 @@ /* netif code tells us we can read something from the socket */ int ss7_asp_ipa_srv_conn_rx_cb(struct osmo_stream_srv *conn, struct msgb *msg) { - int fd = osmo_stream_srv_get_fd(conn); struct osmo_ss7_asp *asp = osmo_stream_srv_get_data(conn);
msg->dst = asp;