From b234304b6628aeddce63d7f751da97c3344bbb78 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 14 Oct 2012 14:48:35 +0200 Subject: [PATCH] Make sure the ReplayWindow option works for SPTPS as well. --- src/net_setup.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.20.1