Author: nextgens
Date: 2008-06-01 03:37:08 +0000 (Sun, 01 Jun 2008)
New Revision: 20170
Modified:
trunk/apps/new_installer/src/Sha1Test.java
Log:
new_installer: save one more hit per file in sha1test
Modified: trunk/apps/new_installer/src/Sha1Test.java
===================================================================
--- trunk/apps/new_installer/src/Sha1Test.java 2008-05-31 18:15:31 UTC (rev
20169)
+++ trunk/apps/new_installer/src/Sha1Test.java 2008-06-01 03:37:08 UTC (rev
20170)
@@ -88,6 +88,8 @@
if(sha1test(path + filename))
System.exit(0);
get(uri, path + filename, false);
+ if(sha1test(path + filename))
+ System.exit(0);
} catch(FileNotFoundException e) {
System.err.println("Not found, let's ignore
that mirror.");
} catch(SSLException ssle) {