Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- extensions/libxt_recent.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/extensions/libxt_recent.c b/extensions/libxt_recent.c index 4ac32f7..ecc17ad 100644 --- a/extensions/libxt_recent.c +++ b/extensions/libxt_recent.c @@ -183,7 +183,7 @@ static void recent_print(const void *ip, const struct xt_entry_match *match, if (info->side == XT_RECENT_SOURCE) printf("side: source "); if (info->side == XT_RECENT_DEST) - printf("side: dest"); + printf("side: dest "); } static void recent_save(const void *ip, const struct xt_entry_match *match) -- 1.7.0.2 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html