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:
authorDaiyuu Nobori <da.git@softether.co.jp>2016-11-27 11:25:03 +0300
committerGitHub <noreply@github.com>2016-11-27 11:25:03 +0300
commit5cae447c79119509bdf2ccdd64bee839bf2d3013 (patch)
tree9381127b64a4ad86ef6df4861a9c63f7437ff3d7 /src/Cedar/Connection.c
parent36591082c457f0c8c1f8813f0fd5716ec7b51776 (diff)
parentd1ea47eb66e87a25d821a81af780ca30c0963929 (diff)
Merge pull request #229 from chipitsine/master
cppcheck issues
Diffstat (limited to 'src/Cedar/Connection.c')
-rw-r--r--src/Cedar/Connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Cedar/Connection.c b/src/Cedar/Connection.c
index ada6ecc2..517096e4 100644
--- a/src/Cedar/Connection.c
+++ b/src/Cedar/Connection.c
@@ -1030,7 +1030,7 @@ void ConnectionSend(CONNECTION *c, UINT64 now)
UINT size;
SESSION *s;
HUB *hub = NULL;
- bool use_qos;
+ bool use_qos = false;
// Validate arguments
if (c == NULL)
{
@@ -1038,11 +1038,11 @@ void ConnectionSend(CONNECTION *c, UINT64 now)
}
s = c->Session;
- use_qos = s->QoS;
if (s != NULL)
{
hub = s->Hub;
+ use_qos = s->QoS;
}
// Protocol