All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] stkutil: Alpha Id is optional for Select Item.
@ 2010-06-23  4:13 Andrzej Zaborowski
  2010-06-23 19:46 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Zaborowski @ 2010-06-23  4:13 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 628 bytes --]

---
 src/stkutil.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/stkutil.c b/src/stkutil.c
index c5eca3f..6f072e7 100644
--- a/src/stkutil.c
+++ b/src/stkutil.c
@@ -2601,8 +2601,7 @@ static enum stk_command_parse_result parse_select_item(
 		return STK_PARSE_RESULT_DATA_NOT_UNDERSTOOD;
 
 	status = parse_dataobj(iter,
-			STK_DATA_OBJECT_TYPE_ALPHA_ID,
-			DATAOBJ_FLAG_MANDATORY | DATAOBJ_FLAG_MINIMUM,
+			STK_DATA_OBJECT_TYPE_ALPHA_ID, 0,
 			&obj->alpha_id,
 			STK_DATA_OBJECT_TYPE_ITEM,
 			DATAOBJ_FLAG_MANDATORY | DATAOBJ_FLAG_MINIMUM |
-- 
1.7.1.86.g0e460.dirty


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-23 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-23  4:13 [PATCH] stkutil: Alpha Id is optional for Select Item Andrzej Zaborowski
2010-06-23 19:46 ` 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.