summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/RTCP.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/RTCP.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/RTCP.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/RTCP.cpp b/TAO/orbsvcs/orbsvcs/AV/RTCP.cpp
index 5849c7a6092..1526fc5c20c 100644
--- a/TAO/orbsvcs/orbsvcs/AV/RTCP.cpp
+++ b/TAO/orbsvcs/orbsvcs/AV/RTCP.cpp
@@ -274,7 +274,7 @@ TAO_AV_RTCP::rtcp_interval (int members,
if (initial)
{
// initialize the random number generator
- ACE_OS::srand(ACE_OS::time(0L));
+ ACE_OS::srand((unsigned int)avg_rtcp_size);
rtcp_min_time /= 2;
*avg_rtcp_size = 128;