summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/Connection_Handler_Connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Gateway/Gateway/Connection_Handler_Connector.cpp')
-rw-r--r--apps/Gateway/Gateway/Connection_Handler_Connector.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/Gateway/Gateway/Connection_Handler_Connector.cpp b/apps/Gateway/Gateway/Connection_Handler_Connector.cpp
index 56ac92d9c2f..6e82fa7618d 100644
--- a/apps/Gateway/Gateway/Connection_Handler_Connector.cpp
+++ b/apps/Gateway/Gateway/Connection_Handler_Connector.cpp
@@ -26,8 +26,10 @@ Connection_Handler_Connector::initiate_connection (Connection_Handler *connectio
// Try to connect to the Peer.
- if (this->connect (connection_handler, connection_handler->remote_addr (),
- synch_options, connection_handler->local_addr ()) == -1)
+ if (this->connect (connection_handler,
+ connection_handler->remote_addr (),
+ synch_options,
+ connection_handler->local_addr ()) == -1)
{
if (errno != EWOULDBLOCK)
{