[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-server-cvs
Subject:    [Server-cvs] protocol/rtsp rtspsession.cpp,1.1.2.2,1.1.2.3
From:       dcollins () helixcommunity ! org
Date:       2007-06-28 19:15:25
Message-ID: 200706281915.l5SJFZ7X013979 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/server/protocol/rtsp
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv11714

Modified Files:
      Tag: SERVER_BORABORA
	rtspsession.cpp 
Log Message:
CVS $Id tag was broken due to missing $, fixing


Index: rtspsession.cpp
===================================================================
RCS file: /cvsroot/server/protocol/rtsp/rtspsession.cpp,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- rtspsession.cpp	25 Jun 2007 18:56:26 -0000	1.1.2.2
+++ rtspsession.cpp	28 Jun 2007 19:15:22 -0000	1.1.2.3
@@ -1,5 +1,5 @@
 /* ***** BEGIN LICENSE BLOCK *****
- * Source last modified: $Id:
+ * Source last modified: $Id$
  *
  * Portions Copyright (c) 1995-2007 RealNetworks, Inc. All Rights Reserved.
  *
@@ -545,8 +545,11 @@
 
     if (!tTimeStamp)
     {
-        HXTimeval rmatv = m_pScheduler->GetCurrentSchedulerTime();
-        m_tSessionActiveStamp = rmatv.tv_sec;
+        if (m_pScheduler)
+        {
+            HXTimeval rmatv = m_pScheduler->GetCurrentSchedulerTime();
+            m_tSessionActiveStamp = rmatv.tv_sec;
+        }
     }
     else
     {
@@ -1266,4 +1269,4 @@
          return HXR_FAIL;
     }
     return HXR_OK;
-}
\ No newline at end of file
+}


_______________________________________________
Server-cvs mailing list
Server-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/server-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic