summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Servant_Upcall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Servant_Upcall.cpp')
-rw-r--r--TAO/tao/PortableServer/Servant_Upcall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Servant_Upcall.cpp b/TAO/tao/PortableServer/Servant_Upcall.cpp
index 2842aec5bcb..9e5ef598e2b 100644
--- a/TAO/tao/PortableServer/Servant_Upcall.cpp
+++ b/TAO/tao/PortableServer/Servant_Upcall.cpp
@@ -34,7 +34,7 @@ namespace TAO
poa_ (0),
servant_ (0),
state_ (INITIAL_STAGE),
- system_id_ (),
+ system_id_ (TAO_POA_OBJECT_ID_BUF_SIZE, 0, system_id_buf_),
user_id_ (0),
current_context_ (),
#if (TAO_HAS_MINIMUM_POA == 0)