Author: blblack
Date: Wed Jan 26 08:30:31 2011
New Revision: 9299

URL: http://svn.slimdevices.com/jive?rev=9299&view=rev
Log:
squeezeplay should obey SERV as a command to reconnect, even if already 
connected to the same source

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

Modified: 7.5/trunk/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua?rev=9299&r1=9298&r2=9299&view=diff
==============================================================================
--- 7.5/trunk/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua 
(original)
+++ 7.5/trunk/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua Wed Jan 
26 08:30:31 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