Browse Source

fix spaces on iptables-save

pull/8/head
Stefan Schwarz 8 years ago
parent
commit
8001b31562
  1. 2
      src/libxt_TS3INIT_SET_COOKIE.c

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

Loading…
Cancel
Save