summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Deployment/Handlers/Connection_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/Deployment/Handlers/Connection_Handler.cpp')
-rw-r--r--CIAO/ciao/Deployment/Handlers/Connection_Handler.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/CIAO/ciao/Deployment/Handlers/Connection_Handler.cpp b/CIAO/ciao/Deployment/Handlers/Connection_Handler.cpp
index fc74c133df2..099cb637dea 100644
--- a/CIAO/ciao/Deployment/Handlers/Connection_Handler.cpp
+++ b/CIAO/ciao/Deployment/Handlers/Connection_Handler.cpp
@@ -72,7 +72,9 @@ namespace CIAO
endpoint_reference = out;
if (this->is_local_connection (conn))
- (*out) <<= comp.in ();
+ {
+ (*out) <<= comp.in ();
+ }
else
{
switch (conn.internalEndpoint[i].kind)