forked from I2P_Developers/i2p.i2p
Discarded int fix.
This commit is contained in:
@@ -217,6 +217,7 @@ public class BOB {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
i = 0;
|
||||||
try {
|
try {
|
||||||
info("BOB is now running.");
|
info("BOB is now running.");
|
||||||
ServerSocket listener = new ServerSocket(Integer.parseInt(props.getProperty(PROP_BOB_PORT)), 10, InetAddress.getByName(props.getProperty(PROP_BOB_HOST)));
|
ServerSocket listener = new ServerSocket(Integer.parseInt(props.getProperty(PROP_BOB_PORT)), 10, InetAddress.getByName(props.getProperty(PROP_BOB_HOST)));
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
2009-01-31 sponge
|
||||||
|
* One line BOB discarded interger fix
|
||||||
|
(not that it mattered at this point)
|
||||||
|
|
||||||
2009-01-25 zzz
|
2009-01-25 zzz
|
||||||
* Build files:
|
* Build files:
|
||||||
- Don't bundle unneeded XML parser xercesImpl.jar (1MB)
|
- Don't bundle unneeded XML parser xercesImpl.jar (1MB)
|
||||||
|
Reference in New Issue
Block a user