Author: blblack
Date: Wed Jan 23 11:02:08 2008
New Revision: 1589

URL: http://svn.slimdevices.com?rev=1589&root=Jive&view=rev
Log:
fix to the bugfix in r1578 (use_sn_beta needs to be self.use_sn_beta here)

Modified:
    branches/7.0/jive/src/pkg/jive/share/jive/net/NetworkThread.lua

Modified: branches/7.0/jive/src/pkg/jive/share/jive/net/NetworkThread.lua
URL: 
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive/share/jive/net/NetworkThread.lua?rev=1589&root=Jive&r1=1588&r2=1589&view=diff
==============================================================================
--- branches/7.0/jive/src/pkg/jive/share/jive/net/NetworkThread.lua (original)
+++ branches/7.0/jive/src/pkg/jive/share/jive/net/NetworkThread.lua Wed Jan 23 
11:02:08 2008
@@ -312,7 +312,7 @@
 =cut
 --]]
 function getSNHostname(self)
-       if use_sn_beta then
+       if self.use_sn_beta then
                return "www.beta.squeezenetwork.com"
        else
                return "www.squeezenetwork.com"

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to