Author: richard
Date: Thu Feb 26 09:07:44 2009
New Revision: 4489

URL: http://svn.slimdevices.com/jive?rev=4489&view=rev
Log:
Bug: N/A
Description:
Fix bogus mac address, that wasn't meant to be checked in.


Modified:
    
7.4/trunk/squeezeplay/src/squeezeplay_desktop/share/applets/DesktopJive/DesktopJiveMeta.lua

Modified: 
7.4/trunk/squeezeplay/src/squeezeplay_desktop/share/applets/DesktopJive/DesktopJiveMeta.lua
URL: 
http://svn.slimdevices.com/jive/7.4/trunk/squeezeplay/src/squeezeplay_desktop/share/applets/DesktopJive/DesktopJiveMeta.lua?rev=4489&r1=4488&r2=4489&view=diff
==============================================================================
--- 
7.4/trunk/squeezeplay/src/squeezeplay_desktop/share/applets/DesktopJive/DesktopJiveMeta.lua
 (original)
+++ 
7.4/trunk/squeezeplay/src/squeezeplay_desktop/share/applets/DesktopJive/DesktopJiveMeta.lua
 Thu Feb 26 09:07:44 2009
@@ -53,6 +53,11 @@
                settings.uuid = table.concat(uuid)
        end
 
+       -- fix bogus mac addresses from bad check
+       if string.match(settings.mac, "00:04:20") then
+               settings.mac = nil
+       end
+
        if not settings.mac then
                settings.mac = System:getMacAddress()
                store = true

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

Reply via email to