Author: blblack
Date: Thu Mar 17 12:31:17 2011
New Revision: 9377

URL: http://svn.slimdevices.com/jive?rev=9377&view=rev
Log:
porting 7.5/trunk r9299 fix to 7.5.3bugfix: SqueezePlay should not ignore SERV 
when already connected to same source

Modified:
    
7.5/branches/7.5.3bugfix/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua

Modified: 
7.5/branches/7.5.3bugfix/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua
URL: 
http://svn.slimdevices.com/jive/7.5/branches/7.5.3bugfix/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua?rev=9377&r1=9376&r2=9377&view=diff
==============================================================================
--- 
7.5/branches/7.5.3bugfix/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua
 (original)
+++ 
7.5/branches/7.5.3bugfix/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua
 Thu Mar 17 12:31:17 2011
@@ -549,11 +549,6 @@
                self.txqueue = {}
        end
 
-       if self.state == CONNECTED and self.serverip == serverip then
-               log:debug("already connected to ", self.serverip)
-               return
-       end
-
        -- disconnect from previous server
        self:disconnect()
 

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

Reply via email to