Discarded int fix.

This commit is contained in:
sponge
2009-01-31 05:18:12 +00:00
parent 82180592f9
commit f7f93fda0c
2 changed files with 5 additions and 0 deletions

View File

@ -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)));