From 8001b315629dd4c5dfc3f418098912948eeb2a08 Mon Sep 17 00:00:00 2001 From: Stefan Schwarz Date: Tue, 8 Nov 2016 16:30:32 +0100 Subject: [PATCH] fix spaces on iptables-save --- src/libxt_TS3INIT_SET_COOKIE.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libxt_TS3INIT_SET_COOKIE.c b/src/libxt_TS3INIT_SET_COOKIE.c index 32f314e..5f72e08 100644 --- a/src/libxt_TS3INIT_SET_COOKIE.c +++ b/src/libxt_TS3INIT_SET_COOKIE.c @@ -98,7 +98,7 @@ static void ts3init_set_cookie_tg_save(const void *ip, const struct xt_entry_tar } if (info->specific_options & TARGET_SET_COOKIE_RANDOM_SEED_FROM_FILE) { - printf("--random-seed-file \"%s\" ", info->random_seed_path); + printf(" --random-seed-file \"%s\" ", info->random_seed_path); } }