aboutsummaryrefslogtreecommitdiff
path: root/nxcomp
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-01 21:46:32 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-01 21:46:32 +0100
commitae40bb9c4e579ad947dc4a18d042e725b912c128 (patch)
tree805cb63732464b54c2ae3318b5f07c7b78150c03 /nxcomp
parenta5a0a5c29bf7c1d1e346b5813e6696a5f0522136 (diff)
parent66ef3e46f4f38e5755ae32ab49d065a2707e90e7 (diff)
downloadnx-libs-ae40bb9c4e579ad947dc4a18d042e725b912c128.tar.gz
nx-libs-ae40bb9c4e579ad947dc4a18d042e725b912c128.tar.bz2
nx-libs-ae40bb9c4e579ad947dc4a18d042e725b912c128.zip
Merge branch 'mjtrangoni-WIP-travis' into 3.6.x
Attributes GH PR #624: https://github.com/ArcticaProject/nx-libs/pull/624
Diffstat (limited to 'nxcomp')
-rw-r--r--nxcomp/src/Loop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp
index 5365a99cf..f22053cc6 100644
--- a/nxcomp/src/Loop.cpp
+++ b/nxcomp/src/Loop.cpp
@@ -3573,7 +3573,7 @@ int SetupAuthInstance()
if (control -> ProxyMode == proxy_server)
{
- if (authCookie != NULL && *authCookie != '\0')
+ if (*authCookie != '\0')
{
if (useLaunchdSocket == 1)
{