options: remove stray continue statement
[project/firewall3.git] / options.c
index ae6bf5d..f686cf0 100644 (file)
--- a/options.c
+++ b/options.c
@@ -991,7 +991,6 @@ fw3_parse_options(void *s, const struct fw3_option *opts,
                                        {
                                                warn_elem(e, "has invalid value '%s'", p);
                                                valid = false;
-                                               continue;
                                        }
                                }
                        }