Commit fe447bb6 authored by Mihai Moldovan's avatar Mihai Moldovan

nxcomp/src/Loop.cpp: whitespace only.

parent dccf5901
...@@ -6262,7 +6262,7 @@ int WaitForRemote(ChannelEndPoint &socketAddress) ...@@ -6262,7 +6262,7 @@ int WaitForRemote(ChannelEndPoint &socketAddress)
continue; continue;
} }
nxfatal << "Loop: PANIC! Call to select failed. Error is " nxfatal << "Loop: PANIC! Call to select failed. Error is "
<< EGET() << " '" << ESTR() << "'.\n" << EGET() << " '" << ESTR() << "'.\n"
<< std::flush; << std::flush;
...@@ -6340,7 +6340,7 @@ int WaitForRemote(ChannelEndPoint &socketAddress) ...@@ -6340,7 +6340,7 @@ int WaitForRemote(ChannelEndPoint &socketAddress)
cerr << "Warning" << ": Refusing connection from '" cerr << "Warning" << ": Refusing connection from '"
<< connectedHost << "'.\n"; << connectedHost << "'.\n";
} }
// //
// Not the best way to elude a DOS attack... // Not the best way to elude a DOS attack...
...@@ -10860,7 +10860,7 @@ int SetLogs() ...@@ -10860,7 +10860,7 @@ int SetLogs()
S_IWGRP | S_IROTH | S_IWOTH); S_IWGRP | S_IROTH | S_IWOTH);
#endif #endif
if (OpenLogFile(errorsFileName, logofs) < 0) if (OpenLogFile(errorsFileName, logofs) < 0)
{ {
HandleCleanup(); HandleCleanup();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment