[PATCH 1/6] stkutil: Fix the assignment to minimum set
Yang Gu
yang.gu at intel.com
Mon Apr 26 03:29:21 PDT 2010
---
src/stkutil.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/stkutil.c b/src/stkutil.c
index a457e36..b4279c1 100644
--- a/src/stkutil.c
+++ b/src/stkutil.c
@@ -2053,7 +2053,7 @@ static gboolean parse_dataobj(struct comprehension_tlv_iter *iter,
if ((entry->flags & DATAOBJ_FLAG_MINIMUM) &&
entry->parsed == FALSE)
- minimum_set = TRUE;
+ minimum_set = FALSE;
}
g_slist_foreach(entries, (GFunc)g_free, NULL);
--
1.7.0.4
More information about the ofono
mailing list