From 30644d81957cfefe99df5789ad2f65683123a4cd Mon Sep 17 00:00:00 2001 From: Yang Gu Date: Mon, 26 Apr 2010 18:29:21 +0800 Subject: stkutil: Fix the assignment to minimum set --- src/stkutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/stkutil.c b/src/stkutil.c index a457e36e..b4279c16 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); -- cgit v1.2.3