summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_recent.c
diff options
context:
space:
mode:
authorlaforge <laforge>2002-06-14 07:38:16 +0000
committerlaforge <laforge>2002-06-14 07:38:16 +0000
commite0ac29616438afb465dda2ceea4e1616f54fa5db (patch)
treec80fdfbeb20b4d5ab541a2fa79d388a5e18397c4 /extensions/libipt_recent.c
parent0a3bfc04059327e1fa213ed63bdb7b98e6c2d3b1 (diff)
fix all compile warnings within iptables extensions (fabrice)
Diffstat (limited to 'extensions/libipt_recent.c')
-rw-r--r--extensions/libipt_recent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_recent.c b/extensions/libipt_recent.c
index 5b48cd3..cda0f32 100644
--- a/extensions/libipt_recent.c
+++ b/extensions/libipt_recent.c
@@ -23,7 +23,7 @@ help(void)
" the last 'seconds' seconds.\n"
" --hitcount hits For check and update commands above.\n"
" Specifies that the match will only occur if source address seen hits times.\n"
-" May be used in conjunction with the seconds option.\n",
+" May be used in conjunction with the seconds option.\n"
" --rttl For check and update commands above.\n"
" Specifies that the match will only occur if the source address and the TTL\n"
" match between this packet and the one which was set.\n"