forked from I2P_Developers/i2p.i2p
missed file from last checkin
This commit is contained in:
@@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 8;
|
public final static long BUILD = 9;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ public class Reseeder {
|
|||||||
*/
|
*/
|
||||||
int requestReseed(InputStream in) throws IOException {
|
int requestReseed(InputStream in) throws IOException {
|
||||||
byte[] su3Magic = DataHelper.getASCII(SU3File.MAGIC);
|
byte[] su3Magic = DataHelper.getASCII(SU3File.MAGIC);
|
||||||
byte[] zipMagic = new byte[] { 0x1F, (byte) 0x8B, 0x08 };
|
byte[] zipMagic = new byte[] { 0x50, 0x4b, 0x03, 0x04 };
|
||||||
int len = Math.max(su3Magic.length, zipMagic.length);
|
int len = Math.max(su3Magic.length, zipMagic.length);
|
||||||
byte[] magic = new byte[len];
|
byte[] magic = new byte[len];
|
||||||
File tmp = null;
|
File tmp = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user