From 9cd477fb7a939285bd2c90624267a2048cf9f89f Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 24 May 2010 18:11:43 -0500 Subject: [PATCH] stkutil: Fix warning --- src/stkutil.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index f0b47260..cf8a1a14 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -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 */