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:
7cc2a84
)
rules: fix typo
author
Yousong Zhou
<yszhou4tech@gmail.com>
Tue, 3 Mar 2020 06:32:47 +0000
(14:32 +0800)
committer
Yousong Zhou
<yszhou4tech@gmail.com>
Tue, 3 Mar 2020 06:33:57 +0000
(14:33 +0800)
Fixes
d596f728e9
("rules: fix UCI context in error reporting")
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
rules.c
patch
|
blob
|
history
diff --git
a/rules.c
b/rules.c
index 5af8bfd952623d625b538f4968e7180ef6407225..5230a8623fa897f1111cb7f7e7012f06c4acb503 100644
(file)
--- a/
rules.c
+++ b/
rules.c
@@
-200,7
+200,7
@@
check_rule(struct fw3_state *state, struct fw3_rule *r, struct uci_element *e)
if (!r->_src && !r->_dest && !r->src.any && !r->dest.any)
{
warn_section("rule", r, e, "has neither a source nor a destination zone assigned "
- "- assuming an output r");
+ "- assuming an output r
ule
");
}
if (list_empty(&r->proto))