Changeset 8ec3e58
- Timestamp:
- Feb 11, 2011 11:07:33 AM (10 years ago)
- Branches:
- master
- Children:
- dd2c506
- Parents:
- 1ad005e
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelConnectClient.java
r1ad005e r8ec3e58 170 170 // since we are passing the stream on to I2PTunnelRunner 171 171 line = DataHelper.readLine(in); 172 if(line == null) { 173 line = ''; // prevent NPE, Is this what we need to do? 174 } 172 175 line = line.trim(); 173 176 if (_log.shouldLog(Log.DEBUG)) -
history.txt
r1ad005e r8ec3e58 1 2011-02-11 sponge 2 * I2PTunnel: fix NPE in I2PTunnelConnectClient 3 1 4 2011-02-10 sponge 2 5 * I2CP: fix NPE in QueuedClientConnectionRunner -
router/java/src/net/i2p/router/RouterVersion.java
r1ad005e r8ec3e58 19 19 public final static String ID = "Monotone"; 20 20 public final static String VERSION = CoreVersion.VERSION; 21 public final static long BUILD = 7;21 public final static long BUILD = 8; 22 22 23 23 /** for example "-test" */
Note: See TracChangeset
for help on using the changeset viewer.