fixeria has uploaded this change for review.

View Change

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

git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/96/36496/1
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;

To view, visit change 36496. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: Ifc563a7fe9006b6e412f1104cbc7e4d9b8ccae3f
Gerrit-Change-Number: 36496
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange