[PATCH 1/7] stkutil: Move advance of ctlv to parse_dataobj

2010-04-27 Thread Yang Gu
Not all the proactive commands have comprehension tlv other than command details and device identities. So the appropriate code should be moved to parse_dataobj() from stk_command_new_from_pdu(). --- src/stkutil.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/

Re: [PATCH 1/7] stkutil: Move advance of ctlv to parse_dataobj

2010-04-27 Thread Denis Kenzior
Hi Yang, > Not all the proactive commands have comprehension tlv other than command > details and device identities. So the appropriate code should be moved to > parse_dataobj() from stk_command_new_from_pdu(). > --- > src/stkutil.c |8 +--- > 1 files changed, 5 insertions(+), 3 deletions