stkutil: Fix warning

This commit is contained in:
Denis Kenzior 2010-05-24 18:11:43 -05:00
parent ce449d0929
commit 9cd477fb7a
1 changed files with 1 additions and 2 deletions

View File

@ -3088,8 +3088,7 @@ static gboolean build_dataobj_result(struct stk_tlv_builder *tlv,
result->additional_len) == FALSE)
return FALSE;
if (stk_tlv_builder_close_container(tlv) == FALSE)
return FALSE;
return stk_tlv_builder_close_container(tlv);
}
/* Defined in TS 102.223 Section 8.15 */