Author: richard
Date: Thu Feb 26 09:48:04 2009
New Revision: 4495

URL: http://svn.slimdevices.com/jive?rev=4495&view=rev
Log:
Bug: 9900
Description:
Fix minor bug.


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

Modified: 7.4/trunk/squeezeplay/src/squeezeplay/share/jive/net/Comet.lua
URL: 
http://svn.slimdevices.com/jive/7.4/trunk/squeezeplay/src/squeezeplay/share/jive/net/Comet.lua?rev=4495&r1=4494&r2=4495&view=diff
==============================================================================
--- 7.4/trunk/squeezeplay/src/squeezeplay/share/jive/net/Comet.lua (original)
+++ 7.4/trunk/squeezeplay/src/squeezeplay/share/jive/net/Comet.lua Thu Feb 26 
09:48:04 2009
@@ -588,7 +588,7 @@
 
        -- only send the mac address for hardware devices
        if System:isHardware() then
-               data.ext.mac = System:getMacAddress()
+               data[1].ext.mac = System:getMacAddress()
        end
 
        -- XXX: according to the spec this should be sent as 
application/x-www-form-urlencoded

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

Reply via email to