diff --git a/apps/BOB/src/net/i2p/BOB/BOB.java b/apps/BOB/src/net/i2p/BOB/BOB.java
index 2c42a9834bc7436ac4bac4669b061d6ddebb8986..0229932a1eb4549e82bc97a43c4bb384dedb4ddf 100644
--- a/apps/BOB/src/net/i2p/BOB/BOB.java
+++ b/apps/BOB/src/net/i2p/BOB/BOB.java
@@ -217,6 +217,7 @@ public class BOB {
 			}
 		}
 
+		i = 0;
 		try {
 			info("BOB is now running.");
 			ServerSocket listener = new ServerSocket(Integer.parseInt(props.getProperty(PROP_BOB_PORT)), 10, InetAddress.getByName(props.getProperty(PROP_BOB_HOST)));
diff --git a/history.txt b/history.txt
index 42fa010c1f5dcd4996a10bd45c45ce92c0553bd6..a1472cb27740f213c802d9089c40f9cd90b48d3f 100644
--- a/history.txt
+++ b/history.txt
@@ -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
     * Build files:
       - Don't bundle unneeded XML parser xercesImpl.jar (1MB)