dont call exit

This commit is contained in:
zzz
2010-03-31 18:33:40 +00:00
parent 71aa0cfba7
commit 605dfec5e7
3 changed files with 10 additions and 3 deletions

View File

@ -213,7 +213,7 @@ public class I2PTunnelServer extends I2PTunnelTask implements Runnable {
sockMgr.getSession().destroySession();
} catch (I2PException ex) {
_log.error("Error destroying the session", ex);
System.exit(1);
//System.exit(1);
}
l.log("Server shut down.");
open = false;