[Common-cvs] netio/platform/unix unix_net.cpp,1.6.2.4,1.6.2.5

[Common-cvs] netio/platform/unix unix_net.cpp,1.6.2.4,1.6.2.5

margotm at helixcommunity.org margotm at helixcommunity.org
Wed Dec 7 17:03:58 PST 2005


Update of /cvsroot/common/netio/platform/unix
In directory cvs:/tmp/cvs-serv27209

Modified Files:
      Tag: hxclient_1_3_0_neptunex
	unix_net.cpp 
Log Message:
Viewing videos resulted in core dumps on Solaris.  Per Chris.wang at sun.com

Committing in .

Modified Files:
  Tag: hxclient_1_3_0_neptunex
	unix_net.cpp 


Index: unix_net.cpp
===================================================================
RCS file: /cvsroot/common/netio/platform/unix/unix_net.cpp,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -u -d -r1.6.2.4 -r1.6.2.5
--- unix_net.cpp	9 Jul 2004 01:46:41 -0000	1.6.2.4
+++ unix_net.cpp	8 Dec 2005 01:03:56 -0000	1.6.2.5
@@ -2189,11 +2189,9 @@
     {
 	if(!unix_net::readers->IsEmpty())
 	{
-	    CHXSimpleList::Iterator i, next;
-	    for(i = unix_net::readers->Begin(); i != unix_net::readers->End(); i = next)
+	    CHXSimpleList::Iterator i;
+	    for(i = unix_net::readers->Begin(); i != unix_net::readers->End(); ++i)
 	    {
-		next = i;
-		++next;
 		un = (unix_net*)(*i);
 		
 		sock = un->get_sock();




More information about the Common-cvs mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.