diff options
-rw-r--r-- | nxcomp/Loop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/Loop.cpp b/nxcomp/Loop.cpp index 2f7671cc6..a690042d2 100644 --- a/nxcomp/Loop.cpp +++ b/nxcomp/Loop.cpp @@ -7255,7 +7255,7 @@ int ConnectToRemote(ChannelEndPoint &socketAddress) ESET(reason); #ifdef TEST - if (unixPath[0] != '\0' ) + if (unixPath && unixPath[0] != '\0' ) { *logofs << "Loop: Connection to Unix socket file '" << unixPath << "' failed with error '" |