I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit e02d4443 authored by zzz's avatar zzz
Browse files

missed file from last checkin

parent 590a3c98
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 8;
public final static long BUILD = 9;
/** for example "-test" */
public final static String EXTRA = "";
......
......@@ -170,7 +170,7 @@ public class Reseeder {
*/
int requestReseed(InputStream in) throws IOException {
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);
byte[] magic = new byte[len];
File tmp = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment