Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordnobori <da.git@softether.co.jp>2016-03-06 17:16:01 +0300
committerdnobori <da.git@softether.co.jp>2016-03-06 17:16:01 +0300
commit17e624ac26bb95e111790313512b986f189c37f5 (patch)
treece0e644f1bf874ac417d9a40b750f223e6c7fbe1 /src/Cedar/Session.c
parentd3a1b26413acf3b387475f9ec5c4cbd93c5ffffe (diff)
v4.19-9605-beta
Diffstat (limited to 'src/Cedar/Session.c')
-rw-r--r--src/Cedar/Session.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Cedar/Session.c b/src/Cedar/Session.c
index 78b11613..580e67d1 100644
--- a/src/Cedar/Session.c
+++ b/src/Cedar/Session.c
@@ -3,9 +3,9 @@
//
// SoftEther VPN Server, Client and Bridge are free software under GPLv2.
//
-// Copyright (c) 2012-2015 Daiyuu Nobori.
-// Copyright (c) 2012-2015 SoftEther VPN Project, University of Tsukuba, Japan.
-// Copyright (c) 2012-2015 SoftEther Corporation.
+// Copyright (c) 2012-2016 Daiyuu Nobori.
+// Copyright (c) 2012-2016 SoftEther VPN Project, University of Tsukuba, Japan.
+// Copyright (c) 2012-2016 SoftEther Corporation.
//
// All Rights Reserved.
//
@@ -1492,6 +1492,8 @@ void ClientThread(THREAD *t, void *param)
while (true)
{
+ Zero(&s->ServerIP_CacheForNextConnect, sizeof(IP));
+
if (s->Link != NULL && ((*s->Link->StopAllLinkFlag) || s->Link->Halting))
{
s->Err = ERR_USER_CANCEL;