Josh Soref
bf63ef21c8
spelling: counters
2018-02-28 03:09:17 +00:00
Josh Soref
5040acb79b
spelling: convert
2018-02-28 03:09:03 +00:00
Josh Soref
035e05b0f9
spelling: continuously
2018-02-28 03:07:58 +00:00
Josh Soref
52a972b26a
spelling: continue
2018-02-28 03:08:12 +00:00
Josh Soref
e4ec1a18e2
spelling: contains
2018-02-28 03:07:44 +00:00
Josh Soref
0364ed9b13
spelling: connection
2018-02-28 03:04:56 +00:00
Josh Soref
06447379f1
spelling: conformant
2018-02-28 03:04:44 +00:00
Josh Soref
5dc203ce5b
spelling: configure
2018-02-28 03:04:04 +00:00
Josh Soref
fab2d4c805
spelling: configuration
2018-02-28 03:04:18 +00:00
Josh Soref
825731e860
spelling: computers
2018-02-28 03:03:28 +00:00
Josh Soref
326bff7298
spelling: completion
2018-02-28 03:00:00 +00:00
Josh Soref
5cb9cf528a
spelling: complete
2018-02-28 03:00:06 +00:00
Josh Soref
d565eb10fc
spelling: compatible
2018-02-28 02:59:22 +00:00
Josh Soref
fa85a27208
spelling: compatibility
2018-02-28 02:59:30 +00:00
Josh Soref
401b50e614
spelling: compare
2018-02-28 02:58:01 +00:00
Josh Soref
52304cb8ca
spelling: communication
2018-02-28 02:58:26 +00:00
Josh Soref
7978ec8108
spelling: cloud
2018-02-28 02:54:53 +00:00
Josh Soref
3de30063a8
spelling: check
2018-02-28 02:48:50 +00:00
Josh Soref
a38dcaf901
spelling: characters
2018-02-28 02:51:57 +00:00
Josh Soref
967d4f70be
spelling: changing
2018-02-28 02:51:43 +00:00
Josh Soref
4a0a9b7535
spelling: challenge
2018-02-28 02:51:18 +00:00
Josh Soref
c29ce3cb07
spelling: cascade
2018-02-28 02:48:02 +00:00
Josh Soref
d5256492bd
spelling: cancel
2018-02-28 02:48:15 +00:00
Josh Soref
327a177988
spelling: bridging
2018-02-28 02:47:36 +00:00
Josh Soref
217621af6c
spelling: available
2018-02-28 02:46:35 +00:00
Josh Soref
6c227aadab
spelling: authentication
2018-02-28 02:46:20 +00:00
Josh Soref
5354885257
spelling: authenticate
2018-02-28 02:46:13 +00:00
Josh Soref
c6b2b7c051
spelling: attribute
2018-02-28 02:45:50 +00:00
Josh Soref
1df21858e0
spelling: attempt
2018-02-28 02:45:25 +00:00
Josh Soref
309e2a11eb
spelling: attach
2018-02-28 02:45:10 +00:00
Josh Soref
8c11e4d9a7
spelling: associated
2018-02-28 02:43:23 +00:00
Josh Soref
87c04602db
spelling: assigns
2018-02-28 02:43:49 +00:00
Josh Soref
e26e6ec3b0
spelling: assemble
2018-02-28 02:43:12 +00:00
Josh Soref
2201203d70
spelling: anonymous
2018-02-28 02:39:26 +00:00
Josh Soref
e9ddf25c01
spelling: amount
2018-02-28 02:28:25 +00:00
Josh Soref
5d2cac7da1
spelling: ambiguous
2018-02-28 02:27:24 +00:00
Josh Soref
f856736ce8
spelling: allowed
2018-02-28 02:27:06 +00:00
Josh Soref
4835508f51
spelling: aggressive
2018-02-28 02:26:02 +00:00
Josh Soref
001550cfab
spelling: adhered
2018-02-28 02:26:29 +00:00
Josh Soref
1ac6c7c85e
spelling: address
2018-02-28 02:24:29 +00:00
Josh Soref
e4ca50c20e
spelling: additional
2018-02-28 02:24:38 +00:00
Josh Soref
01673a1a9b
spelling: adapter
2018-02-28 02:24:15 +00:00
Josh Soref
8ca676d7c8
spelling: acquisition
2018-02-28 02:42:16 +00:00
Josh Soref
8767cbe4cf
spelling: accumulate
2018-02-28 02:22:19 +00:00
Josh Soref
2d590741cd
spelling: account
2018-02-28 02:21:50 +00:00
Josh Soref
fa58b9bfbf
spelling: accepts
2018-02-28 02:18:34 +00:00
Josh Soref
5062f506e0
spelling: accept
2018-02-28 02:22:11 +00:00
Moataz Elmasry
03443ab1c4
Update authors list
2018-05-14 10:11:02 +02:00
Max Miroshnikov
e6d94dfca9
[vpncmd] Added DISABLEUDP option into AccountDetailSet command. This allows to change "Disable UDP acceleration" via vpncmd. #308 ( #389 )
2018-05-14 10:08:58 +02:00
Ilya Shipitsin
f5645fe3fd
resolve several issues found by cppcheck ( #483 )
...
[src/Cedar/Connection.c:1090] -> [src/Cedar/Connection.c:1086]:
(warning) Either the condition 's!=NULL' is redundant or there is possible null pointer dereference: s.
macros IS_SEND_TCP_SOCK expands into "s" dereferencing, so check for NULL should go before that macros
[src/Cedar/Protocol.c:2951] -> [src/Cedar/Protocol.c:2892]:
(warning) Either the condition 'policy!=NULL' is redundant or there is possible null pointer dereference: policy.
[src/Cedar/Protocol.c:2951] -> [src/Cedar/Protocol.c:2901]:
(warning) Either the condition 'policy!=NULL' is redundant or there is possible null pointer dereference: policy.
[src/Cedar/Protocol.c:3151] -> [src/Cedar/Protocol.c:3082]:
(warning) Either the condition 'policy!=NULL' is redundant or there is possible null pointer dereference: policy.
[src/Cedar/Protocol.c:3151] -> [src/Cedar/Protocol.c:3083]:
(warning) Either the condition 'policy!=NULL' is redundant or there is possible null pointer dereference: policy.
as we already have a check
if (policy == NULL)
{
// Use the default policy
policy = ClonePolicy(GetDefaultPolicy());
}
no need to compare policy with NULL anymore
2018-05-14 10:00:25 +02:00