aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-06 12:25:19 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-06 12:25:19 +0200
commit6b18c8f3b67da234fe8a8266958ef8e3dc3377b1 (patch)
tree392962f06ce37424fd375e29da3c229850f7b22d /openbsc
parent87f6d26c2e53ba931cd67fa3a6033a83b87b60f0 (diff)
bsc_msc_ip.c: Remove unused variable.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/bsc_msc_ip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/bsc_msc_ip.c b/openbsc/src/bsc_msc_ip.c
index e6cf6f1be..38cc4926e 100644
--- a/openbsc/src/bsc_msc_ip.c
+++ b/openbsc/src/bsc_msc_ip.c
@@ -643,7 +643,6 @@ static void mgcp_forward(struct msgb *msg)
static int mgcp_create_port(void)
{
int on;
- int port;
struct sockaddr_in addr;
mgcp_agent.bfd.fd = socket(AF_INET, SOCK_DGRAM, 0);