summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/subscriber.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-12-22 04:57:34 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-12-26 20:52:18 +0000
commite9bc2ae6710f23f9442cb5ec2dbae6768c852eab (patch)
tree8445ab46c03f38e3ead833d59b7d53ae40282b71 /src/host/layer23/src/mobile/subscriber.c
parentf01dc598a03fae597935efc4bbd89cad45ae58bb (diff)
layer23/sap_interface.c: remove redundant socket_path argument
Diffstat (limited to 'src/host/layer23/src/mobile/subscriber.c')
-rw-r--r--src/host/layer23/src/mobile/subscriber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/mobile/subscriber.c b/src/host/layer23/src/mobile/subscriber.c
index 7f24d56f..b2be5549 100644
--- a/src/host/layer23/src/mobile/subscriber.c
+++ b/src/host/layer23/src/mobile/subscriber.c
@@ -1282,7 +1282,7 @@ int gsm_subscr_sapcard(struct osmocom_ms *ms)
/* Try to connect to the SAP interface */
vty_notify(ms, NULL);
vty_notify(ms, "Connecting to the SAP interface...\n");
- rc = sap_open(ms, ms->settings.sap_socket_path);
+ rc = sap_open(ms);
if (rc < 0) {
LOGP(DSAP, LOGL_ERROR, "Failed during sap_open(), no SAP based SIM reader\n");
vty_notify(ms, "SAP connection error!\n");