summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/sim.c
diff options
context:
space:
mode:
authorNico Golde <nico@ngolde.de>2011-05-02 15:42:42 +0200
committerSylvain Munaut <tnt@246tNt.com>2011-05-02 15:55:36 +0200
commit9ddeae9d42a23e0ffa142e43799b37803bad5168 (patch)
tree4af055902422b4301b6e661f9aded7ddb3dca36c /src/host/layer23/src/common/sim.c
parent85a89208ca0fc5b056b98bf79882929fb69d3913 (diff)
[sim] Fixed path handling in sim client and mobile app.
Diffstat (limited to 'src/host/layer23/src/common/sim.c')
-rw-r--r--src/host/layer23/src/common/sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/common/sim.c b/src/host/layer23/src/common/sim.c
index b76de5c3..3aca6937 100644
--- a/src/host/layer23/src/common/sim.c
+++ b/src/host/layer23/src/common/sim.c
@@ -688,7 +688,7 @@ static int sim_process_job(struct osmocom_ms *ms)
/* check MF / DF */
i = 0;
while (sh->path[i] && sim->path[i]) {
- if (sh->path[i] != sh->path[i])
+ if (sh->path[i] != sim->path[i])
break;
i++;
}