mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 14:21:18 +01:00
ipfw: Remove repeated words
Remove repeated words in error message. Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/887
This commit is contained in:
parent
c384235c16
commit
d600ad8101
@ -3522,7 +3522,7 @@ ipfw_delete(char *av[])
|
||||
if (g_co.do_quiet)
|
||||
continue;
|
||||
if (rt.start_rule != rt.end_rule)
|
||||
warnx("no rules rules in %u-%u range",
|
||||
warnx("no rules in %u-%u range",
|
||||
rt.start_rule, rt.end_rule);
|
||||
else
|
||||
warnx("rule %u not found",
|
||||
|
Loading…
Reference in New Issue
Block a user