From 85c0e53013f2cdb6f435289b1b12e416bc82c271 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 22 Nov 2012 06:46:57 -0600 Subject: stk: Use short timeout for get_inkey --- src/stk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3