stk: Use short timeout for get_inkey

This commit is contained in:
Denis Kenzior 2012-11-22 06:46:57 -06:00
parent b581f409ec
commit 85c0e53013
1 changed files with 1 additions and 1 deletions

View File

@ -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;