commit | ac521135d0abc95ecb2b56caf4363ff36dae5a76 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@us.ibm.com> | Thu Nov 03 20:52:44 2016 -0400 |
committer | Brad Bishop <bradleyb@us.ibm.com> | Fri Nov 04 12:35:17 2016 -0400 |
tree | 12038677da06d58abf54b4e5421b910a14830b23 | |
parent | f5c3cde91033b33623ec2a060871fb1ae03a6c57 [diff] |
Skip variant for unknown types Reading a single variant didn't skip over the message data when encountering a type that doesn't exist in the template parameter list. Subseqeuent reads then point at the wrong data. Add a call to sdbus_message_skip in this case. Change-Id: Ia89baced1530698070f7ca4e47ba16f36c2fcafa Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>