* [PATCH] stk: Use the right command pointer.
@ 2011-07-06 8:40 Andrzej Zaborowski
2011-07-06 9:15 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Zaborowski @ 2011-07-06 8:40 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1074 bytes --]
---
src/stk.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/stk.c b/src/stk.c
index c86cbfb..fcf3991 100644
--- a/src/stk.c
+++ b/src/stk.c
@@ -2890,7 +2890,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);
+ handle_command_refresh(cmd, NULL, stk);
break;
}
--
1.7.1.86.g0e460.dirty
---------------------------------------------------------------------
Intel Technology Poland sp. z o.o.
z siedziba w Gdansku
ul. Slowackiego 173
80-298 Gdansk
Sad Rejonowy Gdansk Polnoc w Gdansku,
VII Wydzial Gospodarczy Krajowego Rejestru Sadowego,
numer KRS 101882
NIP 957-07-52-316
Kapital zakladowy 200.000 zl
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-06 9:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-06 8:40 [PATCH] stk: Use the right command pointer Andrzej Zaborowski
2011-07-06 9:15 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.