projects
/
project
/
firewall3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d2c18a
)
options: remove stray continue statement
author
Jo-Philipp Wich
<jo@mein.io>
Sat, 27 May 2017 10:29:55 +0000
(12:29 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Sat, 27 May 2017 10:29:57 +0000
(12:29 +0200)
The continue statement was mistakingly copy-pasted from other error
handling code.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
options.c
patch
|
blob
|
history
diff --git
a/options.c
b/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;
}
}
}