summaryrefslogtreecommitdiffstats
path: root/src/sim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim.c')
-rw-r--r--src/sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim.c b/src/sim.c
index b2fbe262..907e4ced 100644
--- a/src/sim.c
+++ b/src/sim.c
@@ -1474,7 +1474,7 @@ static gboolean sim_op_check_cached(struct ofono_sim *sim)
if (error_type != OFONO_ERROR_TYPE_NO_ERROR ||
structure != op->structure) {
ret = TRUE;
- cb(0, 0, 0, 0, 0, 0);
+ cb(0, 0, 0, 0, 0, op->userdata);
goto cleanup;
}