diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-12-25 02:18:46 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-12-25 04:00:36 +0100 |
commit | fe447bb6d26dceff743797548d24e3b854e3a104 (patch) | |
tree | b405d5d323b9b76149cfd6236bb2e4e9636746a8 /nxcomp/src | |
parent | dccf5901ec1bbdcd5523169ca20751d9b7569e7d (diff) | |
download | nx-libs-fe447bb6d26dceff743797548d24e3b854e3a104.tar.gz nx-libs-fe447bb6d26dceff743797548d24e3b854e3a104.tar.bz2 nx-libs-fe447bb6d26dceff743797548d24e3b854e3a104.zip |
nxcomp/src/Loop.cpp: whitespace only.
Diffstat (limited to 'nxcomp/src')
-rw-r--r-- | nxcomp/src/Loop.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp index d05c22941..b88615467 100644 --- a/nxcomp/src/Loop.cpp +++ b/nxcomp/src/Loop.cpp @@ -6262,7 +6262,7 @@ int WaitForRemote(ChannelEndPoint &socketAddress) continue; } - + nxfatal << "Loop: PANIC! Call to select failed. Error is " << EGET() << " '" << ESTR() << "'.\n" << std::flush; @@ -6340,7 +6340,7 @@ int WaitForRemote(ChannelEndPoint &socketAddress) cerr << "Warning" << ": Refusing connection from '" << connectedHost << "'.\n"; - } + } // // Not the best way to elude a DOS attack... @@ -10860,7 +10860,7 @@ int SetLogs() S_IWGRP | S_IROTH | S_IWOTH); #endif - + if (OpenLogFile(errorsFileName, logofs) < 0) { HandleCleanup(); |