Check mac-address for zero-length values
@ -444,7 +444,7 @@ private InputStream retrieveConfigurationFile(String url,
getNetworkAddressManagerService().
getHardwareAddress(iface);
if(hw == null)
if(hw == null || hw.length == 0)
continue;
StringBuffer buf =