summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-03-29 01:55:29 +0000
committerChris Wilson <chris+github@qwirx.com>2008-03-29 01:55:29 +0000
commitc414132f88a8a687d50b602cd00087df58fac587 (patch)
tree962bf0649edbde93fd792d2e8242868dc6ed92d3 /lib
parente7755f99f95f9dced89c3a97cf461f134dd779c3 (diff)
No need to save errno any more.
Diffstat (limited to 'lib')
-rw-r--r--lib/server/SocketStream.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/server/SocketStream.cpp b/lib/server/SocketStream.cpp
index 31a3b3ee..7faff8c3 100644
--- a/lib/server/SocketStream.cpp
+++ b/lib/server/SocketStream.cpp
@@ -169,7 +169,6 @@ void SocketStream::Open(int Type, const char *Name, int Port)
"(type " << Type << ", name " << Name <<
", port " << Port << ")", err);
#else // !WIN32
- int err = errno;
BOX_LOG_SYS_ERROR("Failed to connect to socket (type " <<
Type << ", name " << Name << ", port " << Port <<
")");