fix spaces on iptables-save

This commit is contained in:
Stefan Schwarz 2016-11-08 16:30:32 +01:00
parent c58f565275
commit 8001b31562

View File

@ -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);
}
}