summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-09 04:09:20 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-09 04:09:20 +0000
commit4b3483ce852c77497e7ab397c27877bcd03a8de1 (patch)
treea2389df73aae35a0f77bd104c1f0b0d718941fec
parentebf74f962bb773230e1a0635fb2e1dc80f75dae9 (diff)
downloadATCD-4b3483ce852c77497e7ab397c27877bcd03a8de1.tar.gz
*** empty log message ***
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.cpp b/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.cpp
index 799f50837eb..7b45eafafc8 100644
--- a/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.cpp
@@ -519,7 +519,7 @@ template <class T_StreamEndpoint_B, class T_VDev , class T_MediaCtrl>
int
TAO_AV_Child_Process <T_StreamEndpoint_B, T_VDev, T_MediaCtrl>::run (ACE_Time_Value *tv)
{
- int result;
+ int result = -1;
ACE_DECLARE_NEW_CORBA_ENV;
ACE_TRY
{