summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-06-14 12:47:43 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-06-14 12:47:43 +0000
commit3ccb48ce9c48628c12c260d8114ed55e3f0dceb0 (patch)
tree0a9dc195245506c5b7f5d8296169fc8e1256ccc2 /TAO/orbsvcs
parentfaa7d206ac9f0ec3373b3e9f9883634da3d97384 (diff)
downloadATCD-3ccb48ce9c48628c12c260d8114ed55e3f0dceb0.tar.gz
ChangeLogTag: Fri Jun 14 07:46:50 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.cpp b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.cpp
index 1f6f4870994..869c96bb41c 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.cpp
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.cpp
@@ -22,7 +22,10 @@ TAO_SSLIOP_Endpoint::TAO_SSLIOP_Endpoint (const SSLIOP::SSL *ssl_component,
iiop_endpoint_ (iiop_endp),
destroy_iiop_endpoint_ (0),
qop_ (Security::SecQOPIntegrityAndConfidentiality),
+#if !defined (VXWORKS) && !defined (__QNX__)
+ // Some compilers don't like the initialization
trust_ (),
+#endif /* !VXWORKS && !__QNX__ */
credentials_ ()
{
if (ssl_component != 0)