summaryrefslogtreecommitdiffstats
path: root/src/stk.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-11-22 06:46:57 -0600
committerDenis Kenzior <denkenz@gmail.com>2012-11-22 06:50:08 -0600
commit85c0e53013f2cdb6f435289b1b12e416bc82c271 (patch)
tree24b4922667eff9586813004207fe14889cc1090e /src/stk.c
parentb581f409ec50dcac0c3e0f41f8c00580013eb2fd (diff)
downloadofono-85c0e53013f2cdb6f435289b1b12e416bc82c271.tar.bz2
stk: Use short timeout for get_inkey
Diffstat (limited to 'src/stk.c')
-rw-r--r--src/stk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stk.c b/src/stk.c
index 99fededc..1971341d 100644
--- a/src/stk.c
+++ b/src/stk.c
@@ -1548,7 +1548,7 @@ static gboolean handle_command_get_inkey(const struct stk_command *cmd,
struct stk_response *rsp,
struct ofono_stk *stk)
{
- int timeout = stk->timeout * 1000;
+ int timeout = stk->short_timeout * 1000;
const struct stk_command_get_inkey *gi = &cmd->get_inkey;
char *text = dbus_apply_text_attributes(gi->text, &gi->text_attr);
uint8_t qualifier = stk->pending_cmd->qualifier;