[Slim-Checkins] r8883 - /trunk/server/Slim/Networking/Slimproto.pm

adrian at svn.slimdevices.com adrian at svn.slimdevices.com
Wed Aug 9 11:58:41 PDT 2006


Author: adrian
Date: Wed Aug  9 11:58:39 2006
New Revision: 8883

URL: http://svn.slimdevices.com?rev=8883&view=rev
Log:
Bug: N/A
Description: Remove extra check this prevents softsqueeze clients
being forgotten after they leave

Modified:
    trunk/server/Slim/Networking/Slimproto.pm

Modified: trunk/server/Slim/Networking/Slimproto.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Networking/Slimproto.pm?rev=8883&r1=8882&r2=8883&view=diff
==============================================================================
--- trunk/server/Slim/Networking/Slimproto.pm (original)
+++ trunk/server/Slim/Networking/Slimproto.pm Wed Aug  9 11:58:39 2006
@@ -237,7 +237,7 @@
 		delete $heartbeat{ $client->id };
 
 		# check client not forgotten and this is the active slimproto socket for this client
-		if ( Slim::Player::Client::getClient( $client->id ) && $clientsock == $client->tcpsock ) {
+		if ( Slim::Player::Client::getClient( $client->id ) ) {
 			
 			# notify of disconnect
 			Slim::Control::Request::notifyFromArray($client, ['client', 'disconnect']);



More information about the checkins mailing list