summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.cpp')
-rw-r--r--TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.cpp b/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.cpp
index daf7b24f8bc..9b24c46178f 100644
--- a/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.cpp
+++ b/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.cpp
@@ -213,6 +213,9 @@ TAO_DIOP_Connection_Handler::activate (long flags,
// @@ Michael: I believe we do not need active service handlers right now.
// @@ Frank: Not disabled yet...
+ // Set the id in the transport now that we're active.
+ this->transport ()->id (this->get_handle ());
+
return TAO_DIOP_SVC_HANDLER::activate (flags,
n_threads,
force_active,