From: Guus Sliepen Date: Sun, 14 Oct 2012 12:48:35 +0000 (+0200) Subject: Make sure the ReplayWindow option works for SPTPS as well. X-Git-Tag: release-1.1pre3~6 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=b234304b6628aeddce63d7f751da97c3344bbb78 Make sure the ReplayWindow option works for SPTPS as well. --- diff --git a/src/net_setup.c b/src/net_setup.c index 462ff103..b2cfe28f 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -668,6 +668,7 @@ static bool setup_myself(void) { return false; } replaywin = (unsigned)replaywin_int; + sptps_replaywin = replaywin; } /* Generate packet encryption key */