From: Philippe Nunes Date: Wed, 4 May 2011 17:07:41 +0000 (+0200) Subject: stkutil: Send at least the data currently available X-Git-Tag: 0.49~83 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=563fcc5fe93b4a3c3ec3985bb787e2ffba5d4b58;p=platform%2Fupstream%2Fofono.git stkutil: Send at least the data currently available --- diff --git a/src/stkutil.c b/src/stkutil.c index 7299fb5..ee59841 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -5655,7 +5655,8 @@ static gboolean build_receive_data(struct stk_tlv_builder *builder, const struct stk_response_receive_data *receive_data = &response->receive_data; - if (response->result.type != STK_RESULT_TYPE_SUCCESS) + if (response->result.type != STK_RESULT_TYPE_SUCCESS && + response->result.type != STK_RESULT_TYPE_MISSING_INFO) return TRUE; if (receive_data->rx_data.len) {