Author: remi
Date: 2008-08-13 19:11:59 +0200 (Wed, 13 Aug 2008)
New Revision: 1481

Modified:
   
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/lib/httpserver/TDAccessController.py
Log:
* fixed a bug in the ROOT client

Modified: 
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/lib/httpserver/TDAccessController.py
===================================================================
--- 
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/lib/httpserver/TDAccessController.py
    2008-08-13 16:34:13 UTC (rev 1480)
+++ 
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/lib/httpserver/TDAccessController.py
    2008-08-13 17:11:59 UTC (rev 1481)
@@ -18,7 +18,7 @@
 TDAC_ID_RANGE_ANONYMOUS             = range(-1, 0)
 TDAC_ID_RANGE_FREE_CLIENT           = range(1, 254)
 TDAC_ID_RANGE_RESTRICTED_CLIENT     = range(255, 65534)
-TDAC_ID_RANGE_ROOT                  = range(65535, 65535)
+TDAC_ID_RANGE_ROOT                  = range(65535, 65536)
 
 ACCESS_PRIORITY_LOW         = 0
 ACCESS_PRIORITY_NORMAL      = 1


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to