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

andy at svn.slimdevices.com andy at svn.slimdevices.com
Thu Dec 6 07:46:18 PST 2007


Author: andy
Date: Thu Dec  6 07:46:17 2007
New Revision: 15065

URL: http://svn.slimdevices.com?rev=15065&view=rev
Log:
Fix unused uuid array

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=15065&r1=15064&r2=15065&view=diff
==============================================================================
--- trunk/server/Slim/Networking/Slimproto.pm (original)
+++ trunk/server/Slim/Networking/Slimproto.pm Thu Dec  6 07:46:17 2007
@@ -854,12 +854,10 @@
  
 	Slim::Utils::Timers::killOneTimer($s, \&slimproto_close);
 	
-	my ($deviceid, $revision, @mac, @uuid, $bitmapped, $reconnect, $wlan_channellist, $bytes_received_H, $bytes_received_L, $bytes_received);
+	my ($deviceid, $revision, @mac, $uuid, $bitmapped, $reconnect, $wlan_channellist, $bytes_received_H, $bytes_received_L, $bytes_received);
 
 	# Newer player fw reports a uuid. With uuid, length is 36; without uuid, length is 20
 	my $data_ref_length = length( $$data_ref);
-	
-	my $uuid;
 
 	if( $data_ref_length == 36) {
 		(	$deviceid, $revision, 



More information about the checkins mailing list