X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=parse.c;h=63095b507d147f92e07523d6590e606c0304b9e3;hp=838a8353e509f02151c1ecc9dcff00d05e47bd25;hb=5beb95da3dbec6db11a6bdfaab7807ee2daf41e6;hpb=4a7d8053ae7866932c796465a4e8cd0bc5ca7fd3 diff --git a/parse.c b/parse.c index 838a835..63095b5 100644 --- a/parse.c +++ b/parse.c @@ -35,7 +35,7 @@ void uci_parse_section(struct uci_section *s, const struct uci_parse_option *opt if (strcmp(opts[i].name, o->e.name) != 0) continue; - if (opts[i].type >= 0 && opts[i].type != o->type) + if (opts[i].type != o->type) continue; /* match found */