Author: fmueller
Date: Mon Aug 29 06:18:20 2011
New Revision: 9493

URL: http://svn.slimdevices.com/jive?rev=9493&view=rev
Log:
Bug: n/a 
Description: Fix SlimProto serv 1 command to use device specific hostname 
(jive, fab4, baby) instead of the general www.  

Modified:
    7.6/trunk/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua

Modified: 7.6/trunk/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua?rev=9493&r1=9492&r2=9493&view=diff
==============================================================================
--- 7.6/trunk/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua 
(original)
+++ 7.6/trunk/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua Mon Aug 
29 06:18:20 2011
@@ -424,7 +424,7 @@
                end
                serverip = self.lastServerip
        elseif serverip == 1 then
-               serverip = "www.squeezenetwork.com"
+               serverip = self.jnt:getSNHostname()
        elseif serverip == 2 then
                serverip = "www.test.squeezenetwork.com"
        else

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

Reply via email to