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://git.librecmc.org/?a=commitdiff_plain;h=b234304b6628aeddce63d7f751da97c3344bbb78;p=oweals%2Ftinc.git Make sure the ReplayWindow option works for SPTPS as well. --- diff --git a/src/net_setup.c b/src/net_setup.c index 462ff10..b2cfe28 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 */