summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/stk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stk.c b/src/stk.c
index 9b29d229..202d9917 100644
--- a/src/stk.c
+++ b/src/stk.c
@@ -2284,7 +2284,7 @@ static gboolean handle_command_refresh(const struct stk_command *cmd,
g_slist_foreach(file_list, (GFunc) g_free, NULL);
g_slist_free(file_list);
- return FALSE;
+ return TRUE;
}
rsp->result.type = STK_RESULT_TYPE_NOT_CAPABLE;
@@ -3015,7 +3015,7 @@ void ofono_stk_proactive_command_handled_notify(struct ofono_stk *stk,
break;
case STK_COMMAND_TYPE_REFRESH:
- handle_command_refresh(stk->pending_cmd, NULL, stk);
+ ok = handle_command_refresh(stk->pending_cmd, NULL, stk);
break;
}