[Red5commits] [1688] fixed recursion problem

jbauch luke at codegent.com
Mon Feb 5 10:40:07 EST 2007


fixed recursion problem


Timestamp: 02/05/07 09:52:41 EST (less than one hour ago) 
Change: 1688 
Author: jbauch

Files (see diff or trac for details): 
java/server/trunk/src/org/red5/samples/components/ClientManager.java


Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/1688

Index: /java/server/trunk/src/org/red5/samples/components/ClientManager.java
===================================================================
--- /java/server/trunk/src/org/red5/samples/components/ClientManager.java (revision 1538)
+++ /java/server/trunk/src/org/red5/samples/components/ClientManager.java (revision 1688)
@@ -62,5 +62,6 @@
 		ISharedObjectService service = (ISharedObjectService) ScopeUtils
 				.getScopeService(scope,
-						ISharedObjectService.class);
+						ISharedObjectService.class,
+						false);
 		return service.getSharedObject(scope, name, persistent);
 	}


Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.



More information about the Red5commits mailing list