aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs/gb_proxy_main.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-13 02:57:42 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-13 02:57:42 +0200
commit2739d28ac8884c0e0085f357b578f8ed8e9443c0 (patch)
tree79cb07807d3390dd0ed21cd3c9d7eaa3cd3d9951 /src/gprs/gb_proxy_main.c
parent27badcf1b6c9a571eb4eaa7e4724e1b69feee286 (diff)
apply
Diffstat (limited to 'src/gprs/gb_proxy_main.c')
-rw-r--r--src/gprs/gb_proxy_main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gprs/gb_proxy_main.c b/src/gprs/gb_proxy_main.c
index 27aae6ae3..70f6c7db0 100644
--- a/src/gprs/gb_proxy_main.c
+++ b/src/gprs/gb_proxy_main.c
@@ -252,7 +252,6 @@ static const struct log_info gprs_log_info = {
int main(int argc, char **argv)
{
- struct gsm_network dummy_network;
int rc;
tall_bsc_ctx = talloc_named_const(NULL, 0, "nsip_proxy");
@@ -296,7 +295,7 @@ int main(int argc, char **argv)
}
/* start telnet after reading config for vty_get_bind_addr() */
- rc = telnet_init_dynif(tall_bsc_ctx, &dummy_network,
+ rc = telnet_init_dynif(tall_bsc_ctx, NULL,
vty_get_bind_addr(), OSMO_VTY_PORT_GBPROXY);
if (rc < 0)
exit(1);