Author: richard
Date: Tue Jan 20 02:46:33 2009
New Revision: 3892

URL: http://svn.slimdevices.com?rev=3892&root=Jive&view=rev
Log:
Bug: N/A
Description:
Fix slimproto connection bug.


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

Modified: 7.4/trunk/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua
URL: 
http://svn.slimdevices.com/7.4/trunk/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua?rev=3892&root=Jive&r1=3891&r2=3892&view=diff
==============================================================================
--- 7.4/trunk/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua 
(original)
+++ 7.4/trunk/squeezeplay/src/squeezeplay/share/jive/net/SlimProto.lua Tue Jan 
20 02:46:33 2009
@@ -434,7 +434,7 @@
 
        self.writePump = function(NetworkThreadErr)
                if (NetworkThreadErr) then
-                       return _handleDisconnect(NetworkThreadErr)
+                       return _handleDisconnect(self, NetworkThreadErr)
                end
 
                self.socket.t_sock:send(table.concat(self.txqueue))

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

Reply via email to