Make sure the ReplayWindow option works for SPTPS as well.

This commit is contained in:
Guus Sliepen 2012-10-14 14:48:35 +02:00
parent ee1d655f2f
commit b234304b66

View file

@ -668,6 +668,7 @@ static bool setup_myself(void) {
return false; return false;
} }
replaywin = (unsigned)replaywin_int; replaywin = (unsigned)replaywin_int;
sptps_replaywin = replaywin;
} }
/* Generate packet encryption key */ /* Generate packet encryption key */