aboutsummaryrefslogtreecommitdiffstats
path: root/src/telnet_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/telnet_interface.c')
-rw-r--r--src/telnet_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telnet_interface.c b/src/telnet_interface.c
index 87bf60f9a..3d3ed7663 100644
--- a/src/telnet_interface.c
+++ b/src/telnet_interface.c
@@ -229,7 +229,7 @@ void telnet_call(struct telnet_connection *connection, const char* imsi,
return;
/* TODO: add the origin */
- gsm48_cc_tx_setup(lchan, NULL, NULL);
+ gsm48_cc_tx_setup(lchan, NULL);
}
void telnet_send_gsm_48(struct telnet_connection *connection) {