aboutsummaryrefslogtreecommitdiff
path: root/nxcomp
diff options
context:
space:
mode:
Diffstat (limited to 'nxcomp')
-rw-r--r--nxcomp/src/Loop.cpp6
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();