stkutil: Fix the assignment to minimum set

This commit is contained in:
Yang Gu 2010-04-26 18:29:21 +08:00 committed by Denis Kenzior
parent 7bf2dc9707
commit 30644d8195
1 changed files with 1 additions and 1 deletions

View File

@ -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);