From a7eb65355e0264a2859bf6d6de04a8373bff76d2 Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Wed, 2 Aug 2017 10:44:08 -0700 Subject: [PATCH] missed a format --- src/connection_unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection_unix.cpp b/src/connection_unix.cpp index 8fa01a8..cb9ff48 100644 --- a/src/connection_unix.cpp +++ b/src/connection_unix.cpp @@ -61,7 +61,7 @@ bool BaseConnection::Open() #ifdef SO_NOSIGPIPE int optval = 1; setsockopt(fd, SOL_SOCKET, SO_NOSIGPIPE, &optval, sizeof(optval)); - #endif +#endif for (int pipeNum = 0; pipeNum < 10; ++pipeNum) { snprintf(